pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Handle --execute the same way as --insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fe76c56478d
branches:  trunk
changeset: 477513:8fe76c56478d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 04 09:52:04 2004 +0000

description:
Handle --execute the same way as --install (not modifying the arguments).
Needed to convert inputmethods/xcin to bl3. Idea from jlam.

diffstat:

 mk/buildlink3/libtool.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 026cb82cb3f6 -r 8fe76c56478d mk/buildlink3/libtool.sh
--- a/mk/buildlink3/libtool.sh  Sun Jul 04 08:43:03 2004 +0000
+++ b/mk/buildlink3/libtool.sh  Sun Jul 04 09:52:04 2004 +0000
@@ -1,6 +1,6 @@
 #!@BUILDLINK_SHELL@
 #
-# $NetBSD: libtool.sh,v 1.17 2004/03/30 17:25:19 jlam Exp $
+# $NetBSD: libtool.sh,v 1.18 2004/07/04 09:52:04 wiz Exp $
 
 Xsed='@SED@ -e 1s/^X//'
 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
@@ -102,7 +102,7 @@
 ldflags=
 libs=
 case $mode in
-install)
+execute|install)
        #
        # We're doing libtool installation, so just quote all of the
        # command-line arguments and append them to $cmd.  We don't worry



Home | Main Index | Thread Index | Old Index