]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Build sntp on the flock.
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Oct 2002 07:27:04 +0000 (03:27 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Oct 2002 07:27:04 +0000 (03:27 -0400)
bk: 3dad14c8dzUE-qNea_-n2QhCHQt8Bw

flock-build

index ce0b01c5ed2beae4d6f4fbb825c9ca3134e6b519..0f9846ccfc617dfefcca7fec78b47c51ad96cf34 100755 (executable)
@@ -3,6 +3,7 @@
 BUILD_ARGS="$@"
 PARSE="--enable-parse-clocks"
 #PARSE=
+SNTP="--with-sntp"
 
 # * baldwin        sparc-sun-solaris2.7
 #   bridgeport     sparc-sun-solaris2.6
@@ -32,12 +33,12 @@ do
     echo $i
     case "1" in
      0)
-    ssh $i "cd $c_d ; ./build $SIG $PARSE $BUILD_ARGS" &
-    ssh $i "cd $c_d ; ./build $SIG $PARSE --without-crypto $BUILD_ARGS" &
+    ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP $BUILD_ARGS" &
+    ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS" &
        ;;
      1) ssh $i "cd $c_d ; \
-./build $SIG $PARSE $BUILD_ARGS ; \
-./build $SIG $PARSE --without-crypto $BUILD_ARGS" &
+./build $SIG $PARSE $SNTP $BUILD_ARGS ; \
+./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS" &
        ;;
     esac
 done