summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-07 21:58:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-07 21:58:35 +0000
commit4169a2e834f174440e0547b3460ddce4bb627b5e (patch)
tree891ccf632eab5b96012b1ca7fc910b13f0aba330 /package/Makefile
parent0c2142d3093674e3db63d4a66ee1d8be62c00c82 (diff)
downloadmtk-20170518-4169a2e834f174440e0547b3460ddce4bb627b5e.zip
mtk-20170518-4169a2e834f174440e0547b3460ddce4bb627b5e.tar.gz
mtk-20170518-4169a2e834f174440e0547b3460ddce4bb627b5e.tar.bz2
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
SVN-Revision: 17167
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 5e28720..b7337a6 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -23,7 +23,7 @@ endif
$(curdir)/install:=$(curdir)/install-cleanup
$(curdir)/cleanup: $(TMP_DIR)/.build
- rm -rf $(TARGET_DIR)
+ rm -rf $(TARGET_DIR) $(STAGING_DIR_ROOT)
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
@-$(MAKE) package/preconfig