From: nbd 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-Tag: fast2504n-3.10.28-merged~4265 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6eab910f3bf00ba1d643e2aa4b8070ef1b4ecd5b;p=openwrt.git build: it is no longer necessary to call make target/linux/clean as part of make clean git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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