aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-05 05:12:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-05 05:12:21 +0000
commitced4624dae15ead098995a151440c1d80d355a44 (patch)
tree86200f4a0678c5b1ccf4afefae84a7b55f871cbe /packages/Makefile
parent6bfe781ef0e44ac0aae8939e3f292907ad4d9b2c (diff)
enable setting STRIP from the global package-specific Makefile and set STRIP=echo to keep debug symbols
svn path=/trunk/; revision=15506
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 478661a1..a9897257 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -62,7 +62,8 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \
libpddir=$(libpddir) \
pkglibdir=$(libpddir) \
OPT_CFLAGS="$(OPT_CFLAGS)" \
- UNAME=$(UNAME)
+ UNAME=$(UNAME) \
+ STRIP="$(STRIP)"
#==============================================================================#