make clean should remove openwrt-images
SVN-Revision: 237
This commit is contained in:
parent
b3f3c13e06
commit
4a433b88fd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
@ -180,7 +181,7 @@ defconfig: $(CONFIG)/conf
|
||||||
# Cleanup and misc junk
|
# Cleanup and misc junk
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
clean:
|
clean:
|
||||||
@$(MAKE) -C $(CONFIG) clean
|
@$(MAKE) -C $(CONFIG) clean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
Loading…
Reference in a new issue