]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 682] add --disable-debugging to the test build mix
authorHarlan Stenn <stenn@ntp.org>
Wed, 9 Aug 2006 22:24:30 +0000 (18:24 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 9 Aug 2006 22:24:30 +0000 (18:24 -0400)
bk: 44da609e9O1BN_-2Cbbt5rhcFC1aPg

build
flock-build

diff --git a/build b/build
index 89803f3aeff50055b2cef2bf0902896a12962671..6141fbcebb265025938650132ebac9751514996d 100755 (executable)
--- a/build
+++ b/build
@@ -64,6 +64,12 @@ case "$CONFIG_ARGS" in
     ;;
 esac
 
+case "$CONFIG_ARGS" in
+ *--disable-debugging*)
+    KEYSUF="$KEYSUF-nodebug"
+    ;;
+esac
+
 CCSUF=""
 
 case "$CC" in
index 08cbf9bae3e0fd17e60724e9821751679786750e..d6129958c1859d94f5581baa2bc19c2f22478b2e 100755 (executable)
@@ -47,6 +47,7 @@ do
        ;;
      1) ssh $i "cd $c_d ; \
 ./build $SIG $PARSE $STD $BUILD_ARGS ; \
+./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS ; \
 ./build $SIG $PARSE $STD --without-crypto $BUILD_ARGS ; \
 ./build $SIG        $STD --disable-all-clocks $BUILD_ARGS" \
 &