From f12344912e6883c34177302b249582714a621d0e Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Tue, 6 Mar 2012 07:31:44 +0000 Subject: 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) 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 -- cgit v0.10.1