1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 14:06:15 +02:00

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
This commit is contained in:
nbd 2005-05-30 20:49:15 +00:00
parent aa81ab352f
commit 5f26a699ff

View File

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