From 834eca589aa3fe7e9b9a9ef3dfc1e01c66d1708a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Oct 2005 19:56:41 +0000 Subject: [PATCH] make clean should remove the BUILD_DIR SVN-Revision: 2258 --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2