pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Remove part of comment that is no longer true.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf89341fb6c6
branches:  trunk
changeset: 495385:bf89341fb6c6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 08 04:54:27 2005 +0000

description:
Remove part of comment that is no longer true.

diffstat:

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

diffs (21 lines):

diff -r e536239d04ab -r bf89341fb6c6 mk/wrapper/arg-source
--- a/mk/wrapper/arg-source     Tue Jun 07 23:38:34 2005 +0000
+++ b/mk/wrapper/arg-source     Wed Jun 08 04:54:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: arg-source,v 1.3 2004/09/26 21:09:34 jlam Exp $
+# $NetBSD: arg-source,v 1.4 2005/06/08 04:54:27 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -82,10 +82,7 @@
                ;;
        ##############################################################
        # "-Xlinker arg" is the equivalent of "-Wl,arg" so convert it
-       # here before queueing it up.  We also need to keep converting
-       # as long as there are consecutive "-Xlinker ..." options
-       # because they are most likely part of the same long option
-       # list for the linker.
+       # here before queueing it up.
        ##############################################################
        -Xlinker)
                nextarg="$1"; shift



Home | Main Index | Thread Index | Old Index