diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:49:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:49:15 +0000 |
commit | 5f26a699ff8b694d72c86a4d141270e4d682d105 (patch) | |
tree | 1534ff77f0b437ec576dda2bb5b363ad570dce96 | |
parent | aa81ab352fa8c77247e5e71ede093fa459be11a0 (diff) |
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
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index cd9423314..e935295e6 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 |