pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/wrapper
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Sep 16 13:12:29 UTC 2016
Modified Files:
pkgsrc/mk/wrapper: arg-source
Log Message:
Allow '-l m' like '-lm' and update the comment for -l and -D
O.k. by jperkin@ and dholland@
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mk/wrapper/arg-source
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/wrapper/arg-source
diff -u pkgsrc/mk/wrapper/arg-source:1.19 pkgsrc/mk/wrapper/arg-source:1.20
--- pkgsrc/mk/wrapper/arg-source:1.19 Mon Mar 14 20:11:56 2016
+++ pkgsrc/mk/wrapper/arg-source Fri Sep 16 13:12:29 2016
@@ -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 @@ while $test $# -gt 0; do
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