diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-02 15:26:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-02 15:26:28 +0000 |
commit | c233a088f05e263671b2bac26e384db348760516 (patch) | |
tree | 94c08932683672d1160bf9506d8cab0733123c95 | |
parent | 720ccbd95de4208bea19a73c48e57079804bf98e (diff) | |
download | upstream-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
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |