aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-30 20:49:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-30 20:49:15 +0000
commita7f1b685ba594d9e21f077e129218ff3a616f47d (patch)
treed5c5dd6074fbd12084ae3a357b2e20b7a7e94f2e /Makefile
parent27e59dd23c974e1e963cad93b76c49d90e50fac8 (diff)
downloadmaster-187ad058-a7f1b685ba594d9e21f077e129218ff3a616f47d.tar.gz
master-187ad058-a7f1b685ba594d9e21f077e129218ff3a616f47d.tar.bz2
master-187ad058-a7f1b685ba594d9e21f077e129218ff3a616f47d.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd94233149..e935295e6c 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