From: Roy Marples Date: Mon, 4 Nov 2019 19:56:32 +0000 (+0000) Subject: build: make prior output more pretty X-Git-Tag: v8.1.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4aa0af49d0588c83e955f3a32064139bb61b7fc;p=thirdparty%2Fdhcpcd.git build: make prior output more pretty --- diff --git a/configure b/configure index bbc71db8..3520e0c1 100755 --- a/configure +++ b/configure @@ -373,6 +373,7 @@ if [ -z "$DEBUG" -a -d .git ]; then DEBUG=yes fi if [ -n "$DEBUG" -a "$DEBUG" != no -a "$DEBUG" != false ]; then + echo "Adding debugging CFLAGS" printf "Testing compiler supports address sanitisation ..." cat <_test.c int main(void) { @@ -389,7 +390,6 @@ EOF fi rm -rf _test.c _test - echo "Adding debugging CFLAGS" cat <>$CONFIG_MK CFLAGS+= -g -Wall -Wextra CFLAGS+= -Wmissing-prototypes -Wmissing-declarations