diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-06 07:31:44 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-06 07:31:44 (GMT) |
commit | f12344912e6883c34177302b249582714a621d0e (patch) | |
tree | ca23dd2c699f9f3e23dccccb7bba202f42d1d53e | |
parent | 8ffc15e21cf802c528d3999d73f57beae2282966 (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |