Lines Matching full:sig
51 SIG=`perl -e 'print rand'`
67 echo $SIG > .buildkey-$i
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
86 ./build $SIG $PARSE $STD $BUILD_ARGS &
94 ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS &
100 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS &
106 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
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 &