summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:06:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:06:15 (GMT)
commitd2269999e4f1957172bc7ee0ac23488521f1ed2e (patch)
treeff3f92cc4a4d1ee0b5afedbf52fc305652b8a1d5 /macosx
parent5c3dd3b54be7703f1436b1ae891290876ff3859c (diff)
parentd61aa16e5ad73485f11fdd58d07b49723688ee1e (diff)
downloadtcl-d2269999e4f1957172bc7ee0ac23488521f1ed2e.zip
tcl-d2269999e4f1957172bc7ee0ac23488521f1ed2e.tar.gz
tcl-d2269999e4f1957172bc7ee0ac23488521f1ed2e.tar.bz2
Merge 8.6.
Restore "install-strip" target to what it was in Tcl 8.6. Just don't use it any more on MacOS, since that's the only platform it doesn't work well.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 9d82e42..04c2230 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -76,7 +76,7 @@ space := ${empty} ${empty}
objdir = $(subst ${space},\ ,${OBJ_DIR})
develop_make_args := BUILD_STYLE=Development CONFIGURE_ARGS=--enable-symbols
-deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \
+deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install \
EXTRA_CFLAGS=-DNDEBUG
embedded_make_args := EMBEDDED_BUILD=1
install_make_args := INSTALL_BUILD=1