pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Wrap not only ld but also ar and ranlib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd0e03ca5d38
branches:  trunk
changeset: 631455:dd0e03ca5d38
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Mar 06 10:15:54 2014 +0000

description:
Wrap not only ld but also ar and ranlib.

diffstat:

 mk/wrapper/bsd.wrapper.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r f39fcc1b5501 -r dd0e03ca5d38 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Thu Mar 06 07:36:04 2014 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Thu Mar 06 10:15:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.88 2013/03/01 13:27:38 jperkin Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.89 2014/03/06 10:15:54 uebayasi Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -138,6 +138,8 @@
 WRAPPEES+=     IMAKE
 .endif
 WRAPPEES+=     LD
+WRAPPEES+=     AR
+WRAPPEES+=     RANLIB
 
 .if !empty(PKGSRC_COMPILER:Mxlc) && ${OPSYS} == "AIX"
 CC_R?=         ${_XLC_DIR}/bin/cc_r
@@ -180,6 +182,8 @@
 _WRAP_ALIASES.FC=      f77 g77 gfortran
 _WRAP_ALIASES.IMAKE=   imake
 _WRAP_ALIASES.LD=      ld
+_WRAP_ALIASES.AR=      ar
+_WRAP_ALIASES.RANLIB=  ranlib
 
 # _WRAP_*.<wrappee> variables represent "template methods" of the main
 # wrapper script.  This allows individual wrappers to be customized to



Home | Main Index | Thread Index | Old Index