pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 It's "skipargs", not "skip".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92cc5296fad4
branches:  trunk
changeset: 462695:92cc5296fad4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Oct 09 08:19:47 2003 +0000

description:
It's "skipargs", not "skip".

diffstat:

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

diffs (17 lines):

diff -r 870dac0ad943 -r 92cc5296fad4 mk/buildlink3/marshall
--- a/mk/buildlink3/marshall    Thu Oct 09 07:12:28 2003 +0000
+++ b/mk/buildlink3/marshall    Thu Oct 09 08:19:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: marshall,v 1.4 2003/10/04 10:20:09 jlam Exp $
+# $NetBSD: marshall,v 1.5 2003/10/09 08:19:47 jlam Exp $
 #
 # Handle cases where multiple consecutive arguments must be processed
 # together, either by merging the arguments or "skipping" the extra
@@ -22,6 +22,6 @@
 # transformation.
 #
 -install_name)
-       skip=1
+       skipargs=1
        ;;
 esac



Home | Main Index | Thread Index | Old Index