forked from len0rd/rockbox
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
This commit is contained in:
parent
6e075ebc9e
commit
dd595be722
1 changed files with 4 additions and 3 deletions
7
tools/configure
vendored
7
tools/configure
vendored
|
@ -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@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue