[hackers] [sbase] Fix sbase-box target || sin
commit 6b14c50e57309c02af98f3b5f77ad0db90c993a3
Author: sin <sin_AT_2f30.org>
AuthorDate: Tue Dec 15 08:48:11 2015 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Tue Dec 15 08:48:43 2015 +0000
Fix sbase-box target
diff --git a/Makefile b/Makefile
index e0aa969..1c09cac 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -215,6 +215,7 @@ dist: clean
sbase-box: $(LIB) $(SRC)
mkdir -p build
cp $(HDR) build
+ cp confstr_l.h limits_l.h sysconf_l.h pathconf_l.h build
for f in $(SRC); do sed "s/^main(/$${f%.c}_&/" < $$f > build/$$f; done
echo '#include <libgen.h>' > build/$_AT_.c
echo '#include <stdio.h>' >> build/$_AT_.c
Received on Tue Dec 15 2015 - 09:48:47 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 15 2015 - 10:00:16 CET