From: nbd Date: Mon, 30 May 2005 20:49:15 +0000 (+0000) Subject: remove all copies of the root fs on make target_clean X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=0905f3ffe3709c0d87be20818d0b6cf67045ef54 remove all copies of the root fs on make target_clean git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1116 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index cd9423314..e935295e6 100644 --- a/Makefile +++ b/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