From d8020110ab61a14eea6f2042d3a85ed09aee381d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 May 2005 20:49:15 +0000 Subject: [PATCH] remove all copies of the root fs on make target_clean git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1116 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/Makefile b/openwrt/Makefile index cd94233149..e935295e6c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -120,6 +120,7 @@ image_clean: target_clean: image_clean rm -rf $(TARGET_DIR) + rm -rf $(BUILD_DIR)/linux-*/root clean: target_clean @$(MAKE) -C $(CONFIG) clean -- 2.11.0