aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-03-23 09:39:15 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-03-23 09:39:15 +0000
commitac8f1ec2daedd0d7f1b7c7e7e62c932307f285a8 (patch)
tree997ef9d60dc0494900fa5f1c0245cf720a0ef495 /Makefile
parentd17aa97f1b29e3bb74ff062456d5eee906c43ad3 (diff)
downloadupstream-ac8f1ec2daedd0d7f1b7c7e7e62c932307f285a8.tar.gz
upstream-ac8f1ec2daedd0d7f1b7c7e7e62c932307f285a8.tar.bz2
upstream-ac8f1ec2daedd0d7f1b7c7e7e62c932307f285a8.zip
change default path for staging_dir.
http://www.openwrt.org/forum/viewtopic.php?p=5528#5528 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@421 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef60ff1988..3d9bcb3870 100644
--- a/Makefile
+++ b/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