mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:33:08 +02:00
make clean should remove openwrt-images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e2d1a993c4
commit
bdf6b4255a
3
Makefile
3
Makefile
@ -119,7 +119,8 @@ source: $(TARGETS_SOURCE)
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIR) $(IMAGE).*
|
rm -rf $(BUILD_DIR)
|
||||||
|
-rm -f openwrt-*
|
||||||
@$(MAKE) -C $(CONFIG) clean
|
@$(MAKE) -C $(CONFIG) clean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user