From: Felix Fietkau Date: Sun, 2 Dec 2012 15:26:28 +0000 (+0000) Subject: build: it is no longer necessary to call make target/linux/clean as part of make... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=c233a088f05e263671b2bac26e384db348760516 build: it is no longer necessary to call make target/linux/clean as part of make clean SVN-Revision: 34451 --- diff --git a/Makefile b/Makefile index 5257a990dc..9197640b36 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ printdb: prepare: $(target/stamp-compile) clean: FORCE - $(_SINGLE)$(SUBMAKE) target/linux/clean rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR) dirclean: clean