summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-23 09:39:15 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-23 09:39:15 +0000
commit9e88c96a2435d2c259aef1446823497c3cb7173e (patch)
treeccc771c5dd60e503ca9ffc2f37a8dc98bd5c3b1f /openwrt/Makefile
parent23965113ae934c5459a6bd8a576628919a26fbef (diff)
downloadmtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.zip
mtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.tar.gz
mtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.tar.bz2
change default path for staging_dir. http://www.openwrt.org/forum/viewtopic.php?p=5528#5528
SVN-Revision: 421
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index ef60ff1..3d9bcb3 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -116,7 +116,7 @@ dirclean: clean
rm -rf $(BUILD_DIR)
distclean: clean
- rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR)
+ rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
rm -f .config* .tmpconfig.h
sourceball: distclean