Lines Matching +full:build +full:- +full:in

3 IAM=`hostname || uname -n`
6 case "$1" in
7 '--one'|'-1')
17 PARSE="--enable-parse-clocks"
19 STD="--enable-simulator"
21 case "$SIMUL::$FB_FIRSTONLY" in
32 case "$PARALLEL_BUILDS" in
38 # * baldwin sparc-sun-solaris2.10
39 # * bridgeport sparc-sun-solaris2.10
40 # * pogo sparc-sun-solaris2.10
41 # * rackety sparc-sun-solaris2.10
43 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
48 # we are in /backroom and in general there is no /deacon/backroom.
49 c_d=${PWD:-`pwd`}
51 SIG=`perl -e 'print rand'`
53 case "$LIST" in
57 for i in $LIST
60 [ -f .buildkey-$i ] && SKIPTHIS=1
61 case "$SKIPTHIS" in
63 echo flock-build running on $i? check LIST, skipping
67 echo $SIG > .buildkey-$i
68 case "1" in
70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" &
72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" &
73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
76 cat > .flockbuild-$i-$SIG <<-ENDQUOT
80 # in a ssh session started with the -tt option,
81 # which forces a pseudo-tty to be used.
86 ./build $SIG $PARSE $STD $BUILD_ARGS &
89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
90 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
92 case $FB_FIRSTONLY in
94 ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS &
97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
98 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
100 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS &
103 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
104 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
106 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
112 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done.
113 rm .buildkey-$i
115 chmod +x .flockbuild-$i-$SIG
116 ssh -tt $i "$c_d/.flockbuild-$i-$SIG ; \
117 rm $c_d/.flockbuild-$i-$SIG" 2>/dev/null &
121 echo `date -u '+%H:%M:%S'` flock-build launched