From: Felix Fietkau Date: Sat, 22 Oct 2005 19:56:41 +0000 (+0000) Subject: make clean should remove the BUILD_DIR X-Git-Tag: whiterussian_rc4~86 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=834eca589aa3fe7e9b9a9ef3dfc1e01c66d1708a;p=openwrt%2Fsvn-archive%2Fopenwrt.git make clean should remove the BUILD_DIR SVN-Revision: 2258 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index d478227523..1702dd801a 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -101,10 +101,10 @@ image_clean: target_clean: image_clean rm -rf $(BUILD_DIR)/linux-*/root -clean: target_clean +clean: dirclean @$(MAKE) -C $(CONFIG) clean -dirclean: clean +dirclean: target_clean rm -rf $(BUILD_DIR) distclean: clean