Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/cc84ee5d678b
branches:  trunk
changeset: 759105:cc84ee5d678b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 28 18:44:13 2010 +0000

description:
Fix a comment

diffstat:

 share/mk/bsd.own.mk |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 957f3d52d2a9 -r cc84ee5d678b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Nov 28 18:40:54 2010 +0000
+++ b/share/mk/bsd.own.mk       Sun Nov 28 18:44:13 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.643 2010/11/28 18:40:56 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.644 2010/11/28 18:44:13 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -38,10 +38,11 @@
 NEED_OWN_INSTALL_TARGET?=      yes
 
 #
-# This lists the platforms which do not have working in-tree toolchains.
-# For the in-tree gcc 3.3.2 toolchain, this list is empty.
-# If some future port is not supported by the in-tree toolchain, this
-# should be set to "yes" for that port only.
+# This lists the platforms which do not have working in-tree toolchains.  For
+# the in-tree gcc toolchain, this list is empty.
+#
+# If some future port is not supported by the in-tree toolchain, this should
+# be set to "yes" for that port only.
 #
 TOOLCHAIN_MISSING?=    no
 



Home | Main Index | Thread Index | Old Index