From dd595be7229d35d64434733c9d0ef658fe50174d Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 23 Feb 2006 10:02:51 +0000 Subject: Change clean: target to directly rm -fr the files instead of calling the other Makefiles git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8799 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/configure b/tools/configure index 9a919b3286..84088ccdf7 100755 --- a/tools/configure +++ b/tools/configure @@ -1169,10 +1169,11 @@ all: tools \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ clean: - \$(SILENT)\$(MAKE) -C \$(FIRMDIR) clean OBJDIR=\$(BUILDDIR)/firmware - \$(SILENT)\$(MAKE) -C \$(APPSDIR) clean OBJDIR=\$(BUILDDIR)/@APPS@ \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) clean - \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.h manual *.pdf + \$(SILENT)echo Cleaning build directory + \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ + manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ + @ARCHOSROM@ @FLASHFILE@ tools: \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@ -- cgit v1.2.3