Module Name:    src
Committed By:   skrll
Date:           Sun Nov 28 18:44:14 UTC 2010

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Fix a comment


To generate a diff of this commit:
cvs rdiff -u -r1.643 -r1.644 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.643 src/share/mk/bsd.own.mk:1.644
--- src/share/mk/bsd.own.mk:1.643	Sun Nov 28 18:40:56 2010
+++ src/share/mk/bsd.own.mk	Sun Nov 28 18:44:13 2010
@@ -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
 

Reply via email to