]> git.sesse.net Git - bcachefs-tools-debian/commit
build: use 'find', not 'git', to locate C source code
authorAustin Seipp <aseipp@pobox.com>
Sun, 26 Nov 2017 06:55:12 +0000 (00:55 -0600)
committerAustin Seipp <aseipp@pobox.com>
Sun, 10 Dec 2017 22:03:32 +0000 (16:03 -0600)
commit04035f0c7eaf26ef0a74e36e0edf1adddecb62b5
treed6183b7134c02a0adcfb8d1203e69a50999dcbbb
parent4ac5ad0832d5d0e3ddeec7bbb19d4b8e924700c6
build: use 'find', not 'git', to locate C source code

We will not always have .git available in some cases. For example, if someone
simply downloaded a tarball of the tree, or if we're building with something
like Nix and want to exclude the .git folder, we need to cope and build the
source anyway.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Makefile