From 753350154ea04c8369225b9c1dc1840dc6fcd1d4 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Tue, 26 Aug 2008 21:45:22 +0000 Subject: Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing the clean target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18347 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 7454287..327ae15 100755 --- a/tools/configure +++ b/tools/configure @@ -2305,7 +2305,8 @@ toolsclean: clean: \$(SILENT)echo Cleaning build directory - \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ + \$(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \ + rockbox.tar.bz2 TAGS @APPS@ firmware comsim sim lang.[ch] \ manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \ html txt rockbox-manual*.zip sysfont.h rockbox-info.txt \ -- cgit v1.1