summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-23 10:02:51 +0000
committerDave Chapman <dave@dchapman.com>2006-02-23 10:02:51 +0000
commitdd595be7229d35d64434733c9d0ef658fe50174d (patch)
tree74c811eca6a93994adf6460b900e8f1bec072fed
parent6e075ebc9e7ad907e79a42096d816a7a94cf5596 (diff)
downloadrockbox-dd595be7229d35d64434733c9d0ef658fe50174d.tar.gz
rockbox-dd595be7229d35d64434733c9d0ef658fe50174d.zip
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
-rwxr-xr-xtools/configure7
1 files 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
1169 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ 1169 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@
1170 1170
1171clean: 1171clean:
1172 \$(SILENT)\$(MAKE) -C \$(FIRMDIR) clean OBJDIR=\$(BUILDDIR)/firmware
1173 \$(SILENT)\$(MAKE) -C \$(APPSDIR) clean OBJDIR=\$(BUILDDIR)/@APPS@
1174 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) clean 1172 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) clean
1175 \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.h manual *.pdf 1173 \$(SILENT)echo Cleaning build directory
1174 \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\
1175 manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \
1176 @ARCHOSROM@ @FLASHFILE@
1176 1177
1177tools: 1178tools:
1178 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@ 1179 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@