Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/conf a "no" token was added recently, so we...
details: https://anonhg.NetBSD.org/src/rev/96945a0f3463
branches: trunk
changeset: 533120:96945a0f3463
user: ross <ross%NetBSD.org@localhost>
date: Sat Jun 22 00:01:10 2002 +0000
description:
a "no" token was added recently, so we must now quote any "no" symbols
no => "no"
diffstat:
sys/arch/hpcmips/conf/NULLCONF | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b93aab6358db -r 96945a0f3463 sys/arch/hpcmips/conf/NULLCONF
--- a/sys/arch/hpcmips/conf/NULLCONF Fri Jun 21 23:18:45 2002 +0000
+++ b/sys/arch/hpcmips/conf/NULLCONF Sat Jun 22 00:01:10 2002 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: NULLCONF,v 1.15 2002/06/17 05:14:11 lukem Exp $
+# $NetBSD: NULLCONF,v 1.16 2002/06/22 00:01:10 ross Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@@ -18,7 +18,7 @@
options DUMP_GIU_LEVEL2_INTR # Debugging use
options DEBUG_FIND_PCIC # Debugging use XXX harmful don't define until read source.
#options DEBUG_FIND_PCIC_I82365SL_ONLY
-makeoptions DEFWARNINGS=no # override DEFWARNINGS?=yes
+makeoptions DEFWARNINGS="no" # override DEFWARNINGS?=yes
file-system FFS # fast filesystem with user and group quotas
options COMPAT_386BSD_MBRPART # recognize old partition ID
Home |
Main Index |
Thread Index |
Old Index