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