mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
4
Makefile
4
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)
|
||||
|
||||
Reference in New Issue
Block a user