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 | 7a620c3b9634d7c9e744838cf3e54c3307a31f23 (patch) | |
tree | 7a9291dac0dfa56edf15dd913553728f4cf7bc03 /Makefile | |
parent | 1c7f02bbb9755e09b36a4468a9d96bbcca2ea478 (diff) | |
download | upstream-7a620c3b9634d7c9e744838cf3e54c3307a31f23.tar.gz upstream-7a620c3b9634d7c9e744838cf3e54c3307a31f23.tar.bz2 upstream-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-- | 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 |