pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/mk/platform Back out previous; this was suppos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bdb21b6d83
branches:  pkgsrc-2005Q3
changeset: 499722:85bdb21b6d83
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Dec 08 01:08:54 2005 +0000

description:
Back out previous; this was supposed to go into -current, not the branch.

diffstat:

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

diffs (18 lines):

diff -r 42804d8b3331 -r 85bdb21b6d83 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk       Thu Dec 08 01:08:04 2005 +0000
+++ b/mk/platform/IRIX.mk       Thu Dec 08 01:08:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.16.2.1 2005/12/08 01:08:04 jschauma Exp $
+# $NetBSD: IRIX.mk,v 1.16.2.2 2005/12/08 01:08:54 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 -f} # install(1) option to strip
+_STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U-s}    # install(1) option to strip
 
 LOCALBASE?=            ${DESTDIR}/usr/pkg
 PKG_TOOLS_BIN?=                ${LOCALBASE}/sbin



Home | Main Index | Thread Index | Old Index