pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Pass correct flags to install.sh to invoke...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eee6872255d9
branches:  trunk
changeset: 504268:eee6872255d9
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Dec 08 01:12:56 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 ee51aae94487 -r eee6872255d9 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk       Thu Dec 08 01:04:44 2005 +0000
+++ b/mk/platform/IRIX.mk       Thu Dec 08 01:12:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.19 2005/12/05 22:07:08 rillig Exp $
+# $NetBSD: IRIX.mk,v 1.20 2005/12/08 01:12:56 jschauma Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -77,7 +77,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