summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f7a92c6e24..8a345f8c7c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1168,8 +1168,12 @@ all: tools
1168 \$(SILENT)\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware 1168 \$(SILENT)\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware
1169 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ 1169 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@
1170 1170
1171clean: 1171veryclean: clean toolsclean
1172
1173toolsclean:
1172 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) clean 1174 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) clean
1175
1176clean:
1173 \$(SILENT)echo Cleaning build directory 1177 \$(SILENT)echo Cleaning build directory
1174 \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ 1178 \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\
1175 manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ 1179 manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \