Lines Matching full:build
44 echo ' ---' `date`: Starting build, PID $$
88 # Rerunning previous test for which build failed
91 echo Initial build failed, not running KVM, see $resdir.
92 if test -f $resdir/build.wait
94 mv $resdir/build.wait $resdir/build.ready
97 elif kvm-build.sh $T/KcList $resdir
99 # Had to build a kernel for this test.
116 parse-build.sh $resdir/Make.out $title
118 # Build failed.
120 echo Build failed, not running KVM, see $resdir.
121 if test -f $resdir/build.wait
123 mv $resdir/build.wait $resdir/build.ready
127 if test -f $resdir/build.wait
129 mv $resdir/build.wait $resdir/build.ready
131 while test -f $resdir/build.ready
178 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
180 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
182 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
184 echo " 4." Build your bare-metal kernel. >> $resdir/bare-metal
199 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
200 echo kernel here: `head -n 1 $testid_txt | sed -e 's/^Build directory: //'` >> $resdir/bare-metal
213 echo Build-only run specified, boot/test omitted.