diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-18 01:48:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-18 01:48:26 +0800 |
commit | 2b35020f3dc2021b0682a1d5b6f1ba240c94e46f (patch) | |
tree | 3a7c2f47672545593ac484fb986a6ff3fb28d1f5 /Mk | |
parent | 96de0740e1d514062c04c50d3937e6aa1154f2ed (diff) | |
download | freebsd-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.sh | 2 |
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 |