From d3545314129c5d65287bef9876d12bc59b45529e Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Thu, 16 Sep 2004 16:29:39 +0000 Subject: [PATCH] Add comment markers to avoid the same stupid mistake as I made. --- etc/defaults/make.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index c65df88634..96e57128fb 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,5 +1,5 @@ # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56 trhodes Exp $ -# $DragonFly: src/etc/defaults/make.conf,v 1.9 2004/08/27 18:30:37 asmodai Exp $ +# $DragonFly: src/etc/defaults/make.conf,v 1.10 2004/09/16 16:29:39 asmodai Exp $ # # NOTE: Please would any committer updating this file also update the # make.conf(5) manual page, if necessary, which is located in @@ -43,8 +43,8 @@ # be set in /etc/make.conf and that gcc 3.4 not yet be used to build the boot # blocks, boot loader, or the kernel. # -# CCVER?=gcc2 (use GCC 2.95.x, default) -# CCVER?=gcc34 (use GCC 3.4, experimental) +# CCVER?=gcc2 # (use GCC 2.95.x, default) +# CCVER?=gcc34 # (use GCC 3.4, experimental) # # # CFLAGS controls the compiler settings used when compiling C code. -- 2.41.0