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
This commit is contained in:
Waldemar Brodkorb
2005-02-21 06:03:54 +00:00
parent be24dd34a4
commit 1e1942e206
4 changed files with 24 additions and 15 deletions

View File

@@ -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)