]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
build: make prior output more pretty
authorRoy Marples <roy@marples.name>
Mon, 4 Nov 2019 19:56:32 +0000 (19:56 +0000)
committerRoy Marples <roy@marples.name>
Mon, 4 Nov 2019 19:56:32 +0000 (19:56 +0000)
configure

index bbc71db8b91193d8fb061ed0ed6b828b742a6c52..3520e0c14f3fbaa1257243abef935df82cb30579 100755 (executable)
--- 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 <<EOF >_test.c
 int main(void) {
@@ -389,7 +390,6 @@ EOF
        fi
        rm -rf _test.c _test
 
-       echo "Adding debugging CFLAGS"
        cat <<EOF >>$CONFIG_MK
 CFLAGS+=       -g -Wall -Wextra
 CFLAGS+=       -Wmissing-prototypes -Wmissing-declarations