]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Do --disable-all-clocks in flock-build, too.
authorHarlan Stenn <stenn@ntp.org>
Tue, 23 Mar 2004 05:26:24 +0000 (00:26 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 23 Mar 2004 05:26:24 +0000 (00:26 -0500)
bk: 405fca80qQbbe5afP83jTw_9NYQaHA

build
flock-build

diff --git a/build b/build
index 58551fdffa02431cd646e28948acb1e0fedf8e00..89803f3aeff50055b2cef2bf0902896a12962671 100755 (executable)
--- a/build
+++ b/build
@@ -58,6 +58,12 @@ case "$CONFIG_ARGS" in
     ;;
 esac
 
+case "$CONFIG_ARGS" in
+ *--disable-all-clocks*)
+    KEYSUF="$KEYSUF-no-refclocks"
+    ;;
+esac
+
 CCSUF=""
 
 case "$CC" in
index 80dadc344f00190d1531a3ae2b72729ee9efddc5..fec0e66d456f8ed96ab2821ca26577f189e35459 100755 (executable)
@@ -47,7 +47,9 @@ do
        ;;
      1) ssh $i "cd $c_d ; \
 ./build $SIG $PARSE $SNTP $BUILD_ARGS ; \
-./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS" &
+./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS ; \
+./build $SIG $PARSE $SNTP --disable-all-clocks $BUILD_ARGS" \
+&
        ;;
     esac
 done