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
commit7a620c3b9634d7c9e744838cf3e54c3307a31f23 (patch)
tree7a9291dac0dfa56edf15dd913553728f4cf7bc03 /Makefile
parent1c7f02bbb9755e09b36a4468a9d96bbcca2ea478 (diff)
downloadmaster-187ad058-7a620c3b9634d7c9e744838cf3e54c3307a31f23.tar.gz
master-187ad058-7a620c3b9634d7c9e744838cf3e54c3307a31f23.tar.bz2
master-187ad058-7a620c3b9634d7c9e744838cf3e54c3307a31f23.zip
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
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