Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src Pull up following revision(s) (requested by bouyer in tic...
details: https://anonhg.NetBSD.org/src/rev/e9bb84e0ef9d
branches: netbsd-3
changeset: 577939:e9bb84e0ef9d
user: tron <tron%NetBSD.org@localhost>
date: Fri Apr 07 21:34:37 2006 +0000
description:
Pull up following revision(s) (requested by bouyer in ticket #1248):
distrib/i386/floppies/instkernel/Makefile: revision 1.5
etc/etc.i386/Makefile.inc: revision 1.42
Build XEN3_U and INSTALL_XEN3_U kernels as part of release process.
diffstat:
distrib/i386/floppies/instkernel/Makefile | 3 ++-
etc/etc.i386/Makefile.inc | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 9dba34037d4c -r e9bb84e0ef9d distrib/i386/floppies/instkernel/Makefile
--- a/distrib/i386/floppies/instkernel/Makefile Fri Apr 07 13:05:08 2006 +0000
+++ b/distrib/i386/floppies/instkernel/Makefile Fri Apr 07 21:34:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/03/11 20:55:10 bouyer Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2006/04/07 21:34:37 tron Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,7 @@
MDSETTARGETS= INSTALL ${RAMDISK_B} - \
INSTALL_LAPTOP ${RAMDISK_B} - \
INSTALL_XENU ${RAMDISK_B} - \
+ INSTALL_XEN3_U ${RAMDISK_B} - \
INSTALL_SMALL ${RAMDISK_S} - \
INSTALL_TINY ${RAMDISK_T} - \
INSTALL_PS2 ${RAMDISK_S} - \
diff -r 9dba34037d4c -r e9bb84e0ef9d etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Fri Apr 07 13:05:08 2006 +0000
+++ b/etc/etc.i386/Makefile.inc Fri Apr 07 21:34:37 2006 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile.inc,v 1.41 2005/03/11 20:55:10 bouyer Exp $
+# $NetBSD: Makefile.inc,v 1.41.2.1 2006/04/07 21:34:37 tron Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \
GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \
- GENERIC.MPACPI XEN0 XENU
+ GENERIC.MPACPI XEN0 XENU XEN3_U
BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \
- INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU
+ INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU \
+ INSTALL_XEN3_U
INSTALLATION_DIRS+= installation/misc \
installation/floppy
Home |
Main Index |
Thread Index |
Old Index