From: Harlan Stenn Date: Wed, 9 Aug 2006 22:28:43 +0000 (-0400) Subject: [Bug 682] add --disable-debugging to the test build mix X-Git-Tag: NTP_4_2_3P29~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facc2be9f181e0f95c2fa69fa920b88972a97f86;p=thirdparty%2Fntp.git [Bug 682] add --disable-debugging to the test build mix bk: 44da619b6pPKdIMdgYHLBYpP3-ZHLg --- diff --git a/build b/build index 3da78e14f..4eab58e0d 100755 --- 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 diff --git a/flock-build b/flock-build index b34a8592f..b9dbe6992 100755 --- a/flock-build +++ b/flock-build @@ -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" \ &