summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 17:07:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 17:07:45 +0000
commitee4b3d95cae2258a8883afde87e8dbb3b121dd84 (patch)
treea314ac68ff8d5767a850c20c87f2b04d41694318 /makefiles
parent28ef58aae78e97fbff2ed8271b6365f99ee905b4 (diff)
downloadbuildsystem-ee4b3d95cae2258a8883afde87e8dbb3b121dd84.tar.gz
buildsystem-ee4b3d95cae2258a8883afde87e8dbb3b121dd84.tar.bz2
Remove build/docs when cleaning
svn path=/trunk/tools/buildsystem/; revision=6852
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.top1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top
index 19c4d3a..5ab5b65 100644
--- a/makefiles/Makefile.top
+++ b/makefiles/Makefile.top
@@ -177,6 +177,7 @@ docs: $(BUILDDIR)/stamp
clean:
-$(Q)$(RM) $(RMFLAGS) $(CLEAN_ITEMS)
-$(Q)$(RM) $(RMFLAGS) gmon.out
+ -$(Q)$(RM) $(RMFLAGS) -r build/docs
-$(Q)$(RM) $(RMFLAGS) -r $(BUILDDIR)
# Remove auto-generated non-build-tree items