Tim Schlueter 079e6ab647 Only run pkg-config once in Makefile, added EXTRA linker vars
* Only run the pkg-config --cflags command once (instead of every .c file)
* Added EXTRA_LDFLAGS and EXTRA_LDLIBS vars
* Removed tabs in the middle of commands to make it easier to manually re-run
  commands manually (e.g. if a compilation fails)
* Replaced `cd dir; git command` in favor of $(shell git -C dir command)
* Minor version format change: dirty trees just append "+" instead of "-dirty"
  and if git describe fails, it now sets the version to "v0.1-nogit"

Also, don't ignore .gitignore files.
2019-01-13 19:31:04 -08:00
2018-11-23 02:10:44 -05:00
2018-12-19 18:27:57 -05:00
2018-12-19 18:27:57 -05:00
2018-02-08 15:33:43 -05:00
2018-12-19 18:27:57 -05:00
2018-12-19 18:27:57 -05:00
2016-03-11 21:18:42 -09:00
2013-07-17 13:13:31 -07:00
2018-05-17 02:45:49 -04:00
2018-12-19 18:27:57 -05:00
2019-01-13 14:15:01 -05:00
2017-03-09 09:14:11 -09:00
2017-03-09 09:14:11 -09:00
2018-12-19 18:27:57 -05:00
2018-12-19 18:27:57 -05:00

Userspace tools for bcachefs

This builds the bcachefs tool, which has a number of subcommands for formatting
and managing bcachefs filesystems:

bcachefs format
bcachefs unlock
bcachefs assemble
bcachefs incremental
etc.

Run bcachefs --help for full list of commands.
Description
Languages
C 95.6%
C++ 2%
Rust 1.4%
Roff 0.4%
Nix 0.2%
Other 0.4%