build: it is no longer necessary to call make target/linux/clean as part of make...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 2 Dec 2012 15:26:28 +0000 (15:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 2 Dec 2012 15:26:28 +0000 (15:26 +0000)
SVN-Revision: 34451

Makefile

index 5257a990dcc6c6ab818489759aa8679ca3253ea4..9197640b3678e7d168c4338dffe4808ec5722941 100644 (file)
--- 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