pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Sync comments with reality.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/195df43be801
branches:  trunk
changeset: 461233:195df43be801
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Sep 12 22:53:18 2003 +0000

description:
Sync comments with reality.

diffstat:

 mk/compiler.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 44f8831c5c2c -r 195df43be801 mk/compiler.mk
--- a/mk/compiler.mk    Fri Sep 12 22:17:54 2003 +0000
+++ b/mk/compiler.mk    Fri Sep 12 22:53:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.5 2003/09/12 20:10:17 grant Exp $
+# $NetBSD: compiler.mk,v 1.6 2003/09/12 22:53:18 salo Exp $
 
 # This Makefile fragment implements handling for supported
 # C/C++/fortran compilers.
@@ -15,15 +15,15 @@
 #      Indicates that a package uses GCC shared libraries, so we
 #      register a runtime dependency on the compiler package.
 #
-# The following variables are reserved for future use:
+# USE_SUNPRO
+#      Use the Sun Microsystems Inc. WorkShop/Forte/Sun ONE Studio
+#      compiler collection.
+#
+# The following variable is reserved for future use:
 #
 # USE_MIPSPRO
 #      Use the Silicon Graphics, Inc. MIPSpro compiler.
 #
-# USE_SUNPRO
-#      Use the Sun Microsystems Inc. WorkShop/Forte/Sun ONE Studio
-#      compiler collection.
-#
 
 .if !defined(COMPILER_MK)
 COMPILER_MK=   # defined



Home | Main Index | Thread Index | Old Index