Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Doh. Put the option *after* the include o...
details: https://anonhg.NetBSD.org/src/rev/d3a9d64bf24a
branches: trunk
changeset: 508896:d3a9d64bf24a
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sat Apr 21 20:58:13 2001 +0000
description:
Doh. Put the option *after* the include of plain GENERIC.
diffstat:
sys/arch/i386/conf/GENERIC_DIAGNOSTIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 707abd2c0bbe -r d3a9d64bf24a sys/arch/i386/conf/GENERIC_DIAGNOSTIC
--- a/sys/arch/i386/conf/GENERIC_DIAGNOSTIC Sat Apr 21 20:56:50 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_DIAGNOSTIC Sat Apr 21 20:58:13 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC_DIAGNOSTIC,v 1.1 2001/04/21 20:49:14 fvdl Exp $
+# $NetBSD: GENERIC_DIAGNOSTIC,v 1.2 2001/04/21 20:58:13 fvdl Exp $
#
# GENERIC with DIAGNOSTIC enabled.
# DIAGNOSTIC was moved out of the default GENERIC file because
# it is pretty expensive (up to some 15% speed loss).
#
-options DIAGNOSTIC
+include "arch/i386/conf/GENERIC"
-include "arch/i386/conf/GENERIC"
+options DIAGNOSTIC
Home |
Main Index |
Thread Index |
Old Index