summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-01-29 08:39:28 +0000
committerru <ru@FreeBSD.org>2003-01-29 08:39:28 +0000
commit8f72e1bb39376e3abf39221365fb15c023434e2b (patch)
tree149e128c7b594829b4b6bae14cc7dbc0f215a002
parent749b58d851d0be04e12509e776406b62f6da56e3 (diff)
downloadFreeBSD-src-8f72e1bb39376e3abf39221365fb15c023434e2b.zip
FreeBSD-src-8f72e1bb39376e3abf39221365fb15c023434e2b.tar.gz
Part 2/3 of unbreaking cross releases:
Use the right strip(1) binary.
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 50d0fcf..da35aa3 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -563,7 +563,7 @@ release.5:
cd ${.CURDIR}/..; ${TMAKE} build-tools
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk \
CFLAGS="-Os -pipe" -DNO_CPU_CFLAGS all
- strip -R .comment ${j}_crunch/${j}_crunch
+ ${WMAKEENV} strip -R .comment ${j}_crunch/${j}_crunch
mv ${j}_crunch/${j}_crunch ${RD}/crunch/${j}
.endfor
touch release.5
OpenPOWER on IntegriCloud