Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.ibmnws don't put GENERIC into BUILD_KERNELS



details:   https://anonhg.NetBSD.org/src/rev/dbd62b7a5fe2
branches:  trunk
changeset: 553908:dbd62b7a5fe2
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 22 20:40:42 2003 +0000

description:
don't put GENERIC into BUILD_KERNELS

diffstat:

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

diffs (16 lines):

diff -r 01f9cc03c6f4 -r dbd62b7a5fe2 etc/etc.ibmnws/Makefile.inc
--- a/etc/etc.ibmnws/Makefile.inc       Wed Oct 22 20:31:05 2003 +0000
+++ b/etc/etc.ibmnws/Makefile.inc       Wed Oct 22 20:40:42 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.1 2003/10/19 03:36:45 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2003/10/22 20:40:42 jdolecek Exp $
 #
 #      etc.ibmnws/Makefile.inc -- ibmnws-specific etc Makefile targets
 #
 
 KERNEL_SETS=            GENERIC
 
-BUILD_KERNELS+=         GENERIC
+BUILD_KERNELS=
 
 INSTALLATION_DIRS+=     installation/netboot



Home | Main Index | Thread Index | Old Index