Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.i386 Pull up revision 1.14 and apply patch (req...



details:   https://anonhg.NetBSD.org/src/rev/90de2f333692
branches:  netbsd-1-4
changeset: 470351:90de2f333692
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 12 16:55:02 2000 +0000

description:
Pull up revision 1.14 and apply patch (requested by he):
  Put a copy of GENERIC in the kernel directory too.
  Also build INSTALL_SMALL.

diffstat:

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

diffs (20 lines):

diff -r 4563c99d736a -r 90de2f333692 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Sat Feb 12 16:53:41 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Sat Feb 12 16:55:02 2000 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile.inc,v 1.12.2.1 1999/11/11 21:08:05 he Exp $
+#      $NetBSD: Makefile.inc,v 1.12.2.2 2000/02/12 16:55:02 he Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
 
 # These are packaged and distributed
-EXTRA_KERNELS+= GENERIC_TINY
+EXTRA_KERNELS+= GENERIC GENERIC_TINY
 
 # These are for use by the bootfloppy construction tools
-INST_KERNELS= INSTALL INSTALL_TINY
+INST_KERNELS= INSTALL INSTALL_TINY INSTALL_SMALL
 
 # Build the INST_KERNELS and the boot floppies and install them
 snap_md_post:



Home | Main Index | Thread Index | Old Index