From: Nicolas Thill Date: Wed, 3 Dec 2008 04:22:41 +0000 (+0000) Subject: remove toolchain build directory as well in 'make dirclean' X-Git-Tag: reboot~25092 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=71e8b3c4f7169c75d86ead18b381f2a83fd8f22d;p=openwrt%2Fstaging%2Flynxis.git remove toolchain build directory as well in 'make dirclean' SVN-Revision: 13494 --- diff --git a/Makefile b/Makefile index 7be906fa15..4bdc4651e8 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ clean: FORCE $(_SINGLE)$(SUBMAKE) target/linux/clean dirclean: clean - rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) + rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN) rm -rf $(TMP_DIR) tmp/.prereq_packages: .config