pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Allow '-l m' like '-lm' and update the comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8dbc2b02ea8
branches:  trunk
changeset: 352548:a8dbc2b02ea8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Sep 16 13:12:29 2016 +0000

description:
Allow '-l m' like '-lm' and update the comment for -l and -D
O.k. by jperkin@ and dholland@

diffstat:

 mk/wrapper/arg-source |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r b58900200b8e -r a8dbc2b02ea8 mk/wrapper/arg-source
--- a/mk/wrapper/arg-source     Fri Sep 16 11:50:37 2016 +0000
+++ b/mk/wrapper/arg-source     Fri Sep 16 13:12:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: arg-source,v 1.19 2016/03/14 20:11:56 markd Exp $
+# $NetBSD: arg-source,v 1.20 2016/09/16 13:12:29 ryoon Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -50,9 +50,10 @@
        arg="$1"; shift
        case $arg in
        ##############################################################
-       # Merge "-I /dir" into a single "-I/dir".  Same for -L, -R.
+       # Merge "-I /dir" into a single "-I/dir".  Same for -l, -D,
+       # -L and -R.
        ##############################################################
-       -[DILR])
+       -[lDILR])
                nextarg="$1"; shift
                case "$nextarg" in
                -*) msg_log $wrapperlog "WARNING: [arg-source] An $arg option must not be followed by another option, $nextarg." ;;



Home | Main Index | Thread Index | Old Index