pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Put comments in order that make sense.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca7f2c1a18d5
branches:  trunk
changeset: 470867:ca7f2c1a18d5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 12 15:45:43 2004 +0000

description:
Put comments in order that make sense.

diffstat:

 mk/buildlink3/gen-transform.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 9c2333cdeeea -r ca7f2c1a18d5 mk/buildlink3/gen-transform.sh
--- a/mk/buildlink3/gen-transform.sh    Fri Mar 12 15:21:13 2004 +0000
+++ b/mk/buildlink3/gen-transform.sh    Fri Mar 12 15:45:43 2004 +0000
@@ -1,6 +1,6 @@
 #!@BUILDLINK_SHELL@
 #
-# $NetBSD: gen-transform.sh,v 1.24 2004/02/19 18:39:27 jlam Exp $
+# $NetBSD: gen-transform.sh,v 1.25 2004/03/12 15:45:43 jlam Exp $
 
 transform="@_BLNK_TRANSFORM_SEDFILE@"
 untransform="@_BLNK_UNTRANSFORM_SEDFILE@"
@@ -19,6 +19,7 @@
 #                                      relative paths
 #      no-rpath                removes "-R*", "-Wl,-R", and "-Wl,-rpath,*"
 #      reorder:l:foo:bar       reorders libs to ensure that "-lfoo"
+#                              occurs before "-lbar"
 #      depot:src:dst           translates "src/<dir>/" into "dst/"
 #      I:src:dst               translates "-Isrc" into "-Idst"
 #      L:src:dst               translates "-Lsrc" into "-Ldst"
@@ -30,7 +31,6 @@
 #      r:dir                   removes "dir" and "dir/*"
 #      S:foo:bar               translates word "foo" into "bar"
 #      s:foo:bar               translates "foo" into "bar"
-#                              occurs before "-lbar"
 #
 # Some transformations only make sense in one direction, so if a command
 # is prefixed with either "transform:" or "untransform:", then the



Home | Main Index | Thread Index | Old Index