From: Waldemar Brodkorb Date: Sat, 12 Feb 2005 02:43:37 +0000 (+0000) Subject: make clean should remove openwrt-images X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a433b88fd8f054547157f26d99a3e9fced54d8c;p=librecmc%2Flibrecmc.git make clean should remove openwrt-images SVN-Revision: 237 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 81ecc43f8a..008117dd79 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -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