* build: Run "config.status" before the "make" because it probably
saves time and trouble. Probably...
* flock-build: Try building sequentially.
flock-build:
* flock-build: Try building sequentially.
bk: 3ae3ae6fEGQfm_W1Hbl7X8amyVkMtg
+2001-04-23 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * build: Run "config.status" before the "make" because it probably
+ saves time and trouble. Probably...
+
+ * flock-build: Try building sequentially.
+
2001-04-22 Harlan Stenn <stenn@whimsy.udel.edu>
* configure.in (ac_cv_make_tickadj): Fix it right...
(
[ -f config.status ] || ../configure $CONFIG_ARGS
-# ./config.status
+./config.status
case "$MAKE" in
'') make && make check
for i in $LIST
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 --with-crypto=autokey $BUILD_ARGS" &
ssh $i "cd $c_d ; ./build $SIG $PARSE --without-crypto $BUILD_ARGS" &
+ ;;
+ 1) ssh $i "cd $c_d ; \
+./build $SIG $PARSE $BUILD_ARGS ; \
+./build $SIG $PARSE --with-crypto=autokey $BUILD_ARGS ; \
+./build $SIG $PARSE --without-crypto $BUILD_ARGS" &
+ ;;
+ esac
done