Lines Matching refs:builddir
51 builddir=${2}
52 if test -z "$builddir" -o ! -d "$builddir" -o ! -w "$builddir"
54 echo "kvm-test-1-run.sh :$builddir: Not a writable directory, cannot build into it"
101 elif kvm-build.sh $T/Kc2 $builddir $resdir
104 QEMU="`identify_qemu $builddir/vmlinux`"
106 cp $builddir/vmlinux $resdir
107 cp $builddir/.config $resdir
108 cp $builddir/Module.symvers $resdir > /dev/null || :
109 cp $builddir/System.map $resdir > /dev/null || :
112 cp $builddir/$BOOT_IMAGE $resdir
123 cp $builddir/Make*.out $resdir
124 cp $builddir/.config $resdir || :
126 if test -f $builddir.wait
128 mv $builddir.wait $builddir.ready
132 if test -f $builddir.wait
134 mv $builddir.wait $builddir.ready
136 while test -f $builddir.ready