Lines Matching full:build
44 echo ' ---' `date`: Starting build, PID $$
87 # Rerunning previous test for which build failed
90 echo Initial build failed, not running KVM, see $resdir.
91 if test -f $resdir/build.wait
93 mv $resdir/build.wait $resdir/build.ready
96 elif kvm-build.sh $T/KcList $resdir
98 # Had to build a kernel for this test.
115 parse-build.sh $resdir/Make.out $title
117 # Build failed.
119 echo Build failed, not running KVM, see $resdir.
120 if test -f $resdir/build.wait
122 mv $resdir/build.wait $resdir/build.ready
126 if test -f $resdir/build.wait
128 mv $resdir/build.wait $resdir/build.ready
130 while test -f $resdir/build.ready
177 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
179 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
181 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
183 echo " 4." Build your bare-metal kernel. >> $resdir/bare-metal
198 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
199 echo kernel here: `head -n 1 $testid_txt | sed -e 's/^Build directory: //'` >> $resdir/bare-metal
212 echo Build-only run specified, boot/test omitted.