pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/mk/platform Pass correct flags to install.sh t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42804d8b3331
branches:  pkgsrc-2005Q3
changeset: 499721:42804d8b3331
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Dec 08 01:08:04 2005 +0000

description:
Pass correct flags to install.sh to invoke IRIX's strip command

diffstat:

 mk/platform/IRIX.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5d919278b8b -r 42804d8b3331 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk       Sun Dec 04 23:57:44 2005 +0000
+++ b/mk/platform/IRIX.mk       Thu Dec 08 01:08:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.16 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: IRIX.mk,v 1.16.2.1 2005/12/08 01:08:04 jschauma Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -72,7 +72,7 @@
 _INCOMPAT_ICONV=       IRIX-*-*
 
 _STRIPFLAG_CC?=                ${_INSTALL_UNSTRIPPED:D:U-s}    # cc(1) option to strip
-_STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U-s}    # install(1) option to strip
+_STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U-S -f} # install(1) option to strip
 
 LOCALBASE?=            ${DESTDIR}/usr/pkg
 PKG_TOOLS_BIN?=                ${LOCALBASE}/sbin



Home | Main Index | Thread Index | Old Index