pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Require exact match for --wrappee-name opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73e514fbef3a
branches:  trunk
changeset: 393949:73e514fbef3a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 30 17:48:20 2009 +0000

description:
Require exact match for --wrappee-name option, no leading or trailing
content.  This option is used by libtool only and that uses the correct
exact argument.

diffstat:

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

diffs (20 lines):

diff -r b0fb4704ccbd -r 73e514fbef3a mk/wrapper/wrapper.sh
--- a/mk/wrapper/wrapper.sh     Sat May 30 16:54:11 2009 +0000
+++ b/mk/wrapper/wrapper.sh     Sat May 30 17:48:20 2009 +0000
@@ -1,6 +1,6 @@
 #! @WRAPPER_SHELL@
 #
-# $NetBSD: wrapper.sh,v 1.19 2007/09/19 13:02:15 rillig Exp $
+# $NetBSD: wrapper.sh,v 1.20 2009/05/30 17:48:20 joerg Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -90,7 +90,7 @@
 
 cmd="@WRAPPEE@"
 case "$*" in
-*--wrappee-name*) $echo $cmd ; exit ;;
+--wrappee-name) $echo $cmd ; exit ;;
 esac
 
 libs=""



Home | Main Index | Thread Index | Old Index