aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-18 01:48:26 +0800
committerantoine <antoine@FreeBSD.org>2014-08-18 01:48:26 +0800
commit2b35020f3dc2021b0682a1d5b6f1ba240c94e46f (patch)
tree3a7c2f47672545593ac484fb986a6ff3fb28d1f5 /Mk
parent96de0740e1d514062c04c50d3937e6aa1154f2ed (diff)
downloadfreebsd-ports-gnome-2b35020f3dc2021b0682a1d5b6f1ba240c94e46f.tar.gz
freebsd-ports-gnome-2b35020f3dc2021b0682a1d5b6f1ba240c94e46f.tar.zst
freebsd-ports-gnome-2b35020f3dc2021b0682a1d5b6f1ba240c94e46f.zip
Advise trying INSTALL_TARGET=install-strip before ${STRIP_CMD}
Phabric: D477 Reviewed by: bdrewery With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 1dbba29e142a..372ec5c097f4 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -144,7 +144,7 @@ stripped() {
read output
case "${output}" in
ELF\ *\ executable,\ *FreeBSD*,\ not\ stripped*|ELF\ *\ shared\ object,\ *FreeBSD*,\ not\ stripped*)
- warn "'${f#${STAGEDIR}${PREFIX}/}' is not stripped consider using \${STRIP_CMD}"
+ warn "'${f#${STAGEDIR}${PREFIX}/}' is not stripped consider trying INSTALL_TARGET=install-strip or using \${STRIP_CMD}"
;;
esac
done