From 4169a2e834f174440e0547b3460ddce4bb627b5e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 7 Aug 2009 21:58:35 +0000 Subject: add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later SVN-Revision: 17167 --- package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile') 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 -- cgit v1.2.3