aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-21 06:03:54 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-21 06:03:54 +0000
commit1e1942e206c9a66f1a98f19ef8f2eac0b553dca9 (patch)
treee29bf717217488e33087b449c9817eb5f0f9cb14 /Makefile
parentbe24dd34a4b1aec3250d025491d0a27ca52353fe (diff)
downloadupstream-1e1942e206c9a66f1a98f19ef8f2eac0b553dca9.tar.gz
upstream-1e1942e206c9a66f1a98f19ef8f2eac0b553dca9.tar.bz2
upstream-1e1942e206c9a66f1a98f19ef8f2eac0b553dca9.zip
remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target for linksys-stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43ee3ddba5..172e1b80c2 100644
--- a/Makefile
+++ b/Makefile
@@ -128,11 +128,11 @@ source: $(TARGETS_SOURCE)
#############################################################
clean:
rm -rf $(TARGET_DIR) $(IMAGE).*
- $(MAKE) $(DIST)-image-clean
+ $(MAKE) openwrt-image-clean
dirclean: $(TARGETS_DIRCLEAN)
rm -rf $(TARGET_DIR) $(IMAGE).*
- $(MAKE) $(DIST)-image-clean
+ $(MAKE) openwrt-image-dirclean
distclean: clean
rm -rf $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR)