From: Felix Fietkau 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: https://git.librecmc.org/?a=commitdiff_plain;h=d3ff2501726c0dfaa865994636ff108ba2e47dad;p=librecmc%2Flibrecmc.git remove all copies of the root fs on make target_clean SVN-Revision: 1116 --- 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