]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Make --enable-simulator part of the flock build
authorHarlan Stenn <stenn@ntp.org>
Fri, 27 Jan 2006 03:18:41 +0000 (22:18 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 27 Jan 2006 03:18:41 +0000 (22:18 -0500)
bk: 43d99111L5zLsl3DI7QqkXMrB6NhRw

br-flock
flock-build

index d50b897df54a54a2a347bc9d241ce237f6f2eb92..030ed99cb4b1ae367414df0255b973ae72841aa1 100755 (executable)
--- a/br-flock
+++ b/br-flock
@@ -5,4 +5,4 @@ case "$LIST" in
 esac
 
 export LIST
-flock-build --disable-parse-clocks --with-arlib --enable-simulator "$@"
+flock-build --disable-parse-clocks --with-arlib "$@"
index 8bdc68a3a3b3657fc9515a3a2885eb0f02755304..b62b32a9bdbadafaf9bec28cd0435549cd61858a 100755 (executable)
@@ -3,7 +3,7 @@
 BUILD_ARGS="$@"
 PARSE="--enable-parse-clocks"
 #PARSE=
-SNTP="--with-sntp"
+STD="--with-sntp --enable-simulator"
 
 # Backroom:
 #   beauregard    freebsd-4
@@ -42,14 +42,14 @@ do
     echo $i
     case "1" in
      0)
-    ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP $BUILD_ARGS" &
-    ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS" &
-    ssh $i "cd $c_d ; ./build $SIG        $SNTP --disable-all-clocks $BUILD_ARGS" &
+    ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
+    ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto $BUILD_ARGS" &
+    ssh $i "cd $c_d ; ./build $SIG        $STD --disable-all-clocks $BUILD_ARGS" &
        ;;
      1) ssh $i "cd $c_d ; \
-./build $SIG $PARSE $SNTP $BUILD_ARGS ; \
-./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS ; \
-./build $SIG        $SNTP --disable-all-clocks $BUILD_ARGS" \
+./build $SIG $PARSE $STD $BUILD_ARGS ; \
+./build $SIG $PARSE $STD --without-crypto $BUILD_ARGS ; \
+./build $SIG        $STD --disable-all-clocks $BUILD_ARGS" \
 &
        ;;
     esac