summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatze Miau <miaukatzemiau@priveasy.de>2012-03-06 07:31:44 (GMT)
committerKatze Miau <miaukatzemiau@priveasy.de>2012-03-06 07:31:44 (GMT)
commitf12344912e6883c34177302b249582714a621d0e (patch)
treeca23dd2c699f9f3e23dccccb7bba202f42d1d53e
parent8ffc15e21cf802c528d3999d73f57beae2282966 (diff)
split clean in clean and allcean
- clean removes buildroot-specific tmp files - allclean also makes openwrt repos clean (after which a gcc of the toolchain will take a lot of time)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b819df..1ed0627 100644
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,6 @@ image/%: config/$$(REPO)-$$(HW).config openwrt/$$(REPO)/.repo_access
clean:
-rm -r config/*.config image/*
+
+allclean: clean
-for i in openwrt/*; do (cd $$i && $(MAKE) clean); done
contact: Jan Huwald // Impressum