aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-02 15:26:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-02 15:26:28 +0000
commitc233a088f05e263671b2bac26e384db348760516 (patch)
tree94c08932683672d1160bf9506d8cab0733123c95 /Makefile
parent720ccbd95de4208bea19a73c48e57079804bf98e (diff)
downloadupstream-c233a088f05e263671b2bac26e384db348760516.tar.gz
upstream-c233a088f05e263671b2bac26e384db348760516.tar.bz2
upstream-c233a088f05e263671b2bac26e384db348760516.zip
build: it is no longer necessary to call make target/linux/clean as part of make clean
SVN-Revision: 34451
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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