make clean should remove openwrt-images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@237 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1b19b72e49
commit
0e26d26f5d
|
@ -119,7 +119,8 @@ source: $(TARGETS_SOURCE)
|
|||
#
|
||||
#############################################################
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR) $(IMAGE).*
|
||||
rm -rf $(BUILD_DIR)
|
||||
-rm -f openwrt-*
|
||||
@$(MAKE) -C $(CONFIG) clean
|
||||
|
||||
distclean: clean
|
||||
|
@ -180,7 +181,7 @@ defconfig: $(CONFIG)/conf
|
|||
# Cleanup and misc junk
|
||||
#
|
||||
#############################################################
|
||||
clean:
|
||||
clean:
|
||||
@$(MAKE) -C $(CONFIG) clean
|
||||
|
||||
distclean: clean
|
||||
|
|
Loading…
Reference in New Issue