diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-07 21:58:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-07 21:58:35 +0000 |
commit | 079bbf2ee7c73dee313e55c270687c4144ec586d (patch) | |
tree | 4ae340595fda101972c272a6b9fd2b39ddefff02 /package/Makefile | |
parent | 95ea6571aaaeb2dcdfd7dbcc87d4fb3c26d3e7c1 (diff) | |
download | upstream-079bbf2ee7c73dee313e55c270687c4144ec586d.tar.gz upstream-079bbf2ee7c73dee313e55c270687c4144ec586d.tar.bz2 upstream-079bbf2ee7c73dee313e55c270687c4144ec586d.zip |
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 5e28720438..b7337a6840 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 |