Remove floppy.tree from the build directory.

This commit is contained in:
Josef Karthauser 2000-12-23 19:33:13 +00:00
parent a9b625407d
commit 1826f66757
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70315

View file

@ -30,8 +30,9 @@ if [ -f picobsd.bin ]; then
mv -f picobsd.bin picobsd.bin.${old}
fi
rm -f kernel kernel.gz fs.PICOBSD *.o *core *.db \
.build.reply stage1.out build.status .image.list
rm -fr kernel kernel.gz fs.PICOBSD *.o *core *.db \
.build.reply stage1.out build.status .image.list \
floppy.tree loader
cd ..
rm -rf help/tmp_hlp
echo "===================== $0 tools started ===================="