]> arthur.barton.de Git - bup.git/commit
Makefile: fix find -printf issue on FreeBSD
authorRob Browning <rlb@defaultvalue.org>
Sun, 30 Sep 2018 20:29:42 +0000 (15:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 5 Oct 2018 17:06:25 +0000 (12:06 -0500)
commitd90aaa8417a32d2ab88e87ca8c3e1a41e960f4bf
tree414cf620c9b8968cd7c5972ede92c8f51b48c94c
parentef211f804882991f4cf31af6f18ff7db291954f5
Makefile: fix find -printf issue on FreeBSD

Apparently the use of -printf was causing the error: "printf: missing
format character" with FreeBSD 11.1-RELEASE.  Change the helpers lib
count to rely on -print0 and tr, which should be more portable, but
still be undisturbed by unusual paths.

Thanks to Curtis Dunham for reporting the problem and proposing an
alternate solution.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile