summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:43:37 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:43:37 +0000
commitbdf6b4255a070a46d688b9e755520bb1ce7616b0 (patch)
tree6336123e5e536c01061530a8aea3fab41097e764 /Makefile
parente2d1a993c4690a9cc3a840158442cb0f8fab75a5 (diff)
make clean should remove openwrt-images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@237 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81ecc43f8..008117dd7 100644
--- a/Makefile
+++ b/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