]> 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:28:43 +0000 (18:28 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 9 Aug 2006 22:28:43 +0000 (18:28 -0400)
bk: 44da619b6pPKdIMdgYHLBYpP3-ZHLg

build
flock-build

diff --git a/build b/build
index 3da78e14fea9c70a447d04aee48ed461872ba1f3..4eab58e0d375763c0ce6d7c7a325d5a01f1522ed 100755 (executable)
--- a/build
+++ b/build
@@ -70,6 +70,12 @@ case "$CONFIG_ARGS" in
     ;;
 esac
 
+case "$CONFIG_ARGS" in
+ *--disable-debugging*)
+    KEYSUF="$KEYSUF-nodebug"
+    ;;
+esac
+
 CCSUF=""
 
 case "$CC" in
index b34a8592f2b22bb7bd745a86745fbb53f843ed27..b9dbe69921faefeb3b913107bef365c0bb61575a 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" \
 &