Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.i386 Pull up revision 1.27 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/2bbd727e9493
branches:  netbsd-1-5
changeset: 491379:2bbd727e9493
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:11:01 2001 +0000

description:
Pull up revision 1.27 (requested by fvdl):
  Not all DIAGNOSTIC checks are all that cheap, so disable that
  option in meant-for-production kernels.  Introduces GENERIC_DIAGNOSTIC.

diffstat:

 etc/etc.i386/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r df0af6f8a0cd -r 2bbd727e9493 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Wed Apr 25 09:10:07 2001 +0000
+++ b/etc/etc.i386/Makefile.inc Wed Apr 25 09:11:01 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.21.2.4 2000/10/10 12:21:19 fvdl Exp $
+#      $NetBSD: Makefile.inc,v 1.21.2.5 2001/04/25 09:11:01 he Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
 
 # These are packaged and distributed
-EXTRA_KERNELS+= GENERIC_TINY GENERIC_LAPTOP
+EXTRA_KERNELS+= GENERIC_TINY GENERIC_LAPTOP GENERIC_DIAGNOSTIC
 
 # These are for use by the bootfloppy construction tools
 BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY INSTALL_LAPTOP



Home | Main Index | Thread Index | Old Index