From: nico Date: Wed, 3 Dec 2008 04:22:41 +0000 (+0000) Subject: remove toolchain build directory as well in 'make dirclean' X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=c3bd60b2283fdfc026b7c74e4547d7c8711448fa remove toolchain build directory as well in 'make dirclean' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13494 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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