diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:49:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:49:15 +0000 |
commit | d3ff2501726c0dfaa865994636ff108ba2e47dad (patch) | |
tree | 1534ff77f0b437ec576dda2bb5b363ad570dce96 | |
parent | 7ef86da12bd426968e26dc449e8a9a7587eb8428 (diff) | |
download | mtk-20170518-d3ff2501726c0dfaa865994636ff108ba2e47dad.zip mtk-20170518-d3ff2501726c0dfaa865994636ff108ba2e47dad.tar.gz mtk-20170518-d3ff2501726c0dfaa865994636ff108ba2e47dad.tar.bz2 |
remove all copies of the root fs on make target_clean
SVN-Revision: 1116
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index cd94233..e935295 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 |