pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Fix typo in comment, reported by Ryo HAY...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9f332c5bbab
branches:  trunk
changeset: 480058:b9f332c5bbab
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 29 14:25:10 2004 +0000

description:
Fix typo in comment, reported by Ryo HAYASAKA in PR 26797.

diffstat:

 mk/buildlink3/marshall |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 16081602c811 -r b9f332c5bbab mk/buildlink3/marshall
--- a/mk/buildlink3/marshall    Sun Aug 29 10:49:21 2004 +0000
+++ b/mk/buildlink3/marshall    Sun Aug 29 14:25:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: marshall,v 1.11 2004/03/29 06:02:53 jlam Exp $
+# $NetBSD: marshall,v 1.12 2004/08/29 14:25:10 wiz Exp $
 #
 # Handle cases where multiple consecutive arguments must be processed
 # together, either by merging the arguments or "skipping" the extra
@@ -14,8 +14,8 @@
        shift
        ;;
 #
-# Merge "-Wl,R -Wl,/path/to/dir" into a single argument
-# "-Wl,R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
+# Merge "-Wl,-R -Wl,/path/to/dir" into a single argument
+# "-Wl,-R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
 # "-Wl,--rpath,/path/to/dir" so that we can look them up in the cache.
 # Also deal with "-Xlinker" being equivalent to "-Wl,".
 #



Home | Main Index | Thread Index | Old Index