pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk remove redundant comment about USE_GCC2 and USE_GCC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32888816b91e
branches:  trunk
changeset: 461220:32888816b91e
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Sep 12 20:10:17 2003 +0000

description:
remove redundant comment about USE_GCC2 and USE_GCC3 until they are
better handled.

diffstat:

 mk/compiler.mk |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r b6257d5f06cd -r 32888816b91e mk/compiler.mk
--- a/mk/compiler.mk    Fri Sep 12 20:07:06 2003 +0000
+++ b/mk/compiler.mk    Fri Sep 12 20:10:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.4 2003/09/12 16:07:09 grant Exp $
+# $NetBSD: compiler.mk,v 1.5 2003/09/12 20:10:17 grant Exp $
 
 # This Makefile fragment implements handling for supported
 # C/C++/fortran compilers.
@@ -6,12 +6,10 @@
 # The following variables are used:
 #
 # USE_GCC2
-#      Use pkgsrc gcc2 from lang/gcc. This is a user-only variable
-#      which must NOT be set in package Makefiles.
+#      Use pkgsrc gcc2 from lang/gcc.
 #
 # USE_GCC3
-#      Use pkgsrc gcc3 from lang/gcc3. This is a user-only variable
-#      which must NOT be set in package Makefiles.
+#      Use pkgsrc gcc3 from lang/gcc3.
 #
 # USE_GCC_SHLIB
 #      Indicates that a package uses GCC shared libraries, so we



Home | Main Index | Thread Index | Old Index