1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

remove all copies of the root fs on make target_clean

SVN-Revision: 1116
This commit is contained in:
Felix Fietkau 2005-05-30 20:49:15 +00:00
parent 7ef86da12b
commit d3ff250172

@ -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