diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-20 05:58:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-20 05:58:37 +0000 |
commit | 9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e (patch) | |
tree | 77f5afd89846e1dd1b7020498426905f6ef7b5cb /configure | |
parent | cb5b1af6dee0ff41e73a3bc0661ba7aa7b1d1b94 (diff) | |
download | s6-linux-init-9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e.tar.xz |
Add skel files; add initdefault; remove env-stage2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ tryldflag () { } getmacro () { - echo "#include <$1>" | $CC_AUTO -v $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3- + echo "#include <$1>" | $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3- } getmacrostring () { |