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 versions 1.25 and 1.26 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/fa383e69713c
branches:  netbsd-1-5
changeset: 489729:fa383e69713c
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Oct 10 12:21:19 2000 +0000

description:
Pull up versions 1.25 and 1.26 (approved by jhawk):
enable building of INSTALL_LAPTOP and GENERIC_LAPTOP kernels.

diffstat:

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

diffs (35 lines):

diff -r 9cdea1bb788e -r fa383e69713c etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Mon Oct 09 13:44:09 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Tue Oct 10 12:21:19 2000 +0000
@@ -1,20 +1,28 @@
-#      $NetBSD: Makefile.inc,v 1.21.2.3 2000/10/01 21:53:31 hubertf Exp $
+#      $NetBSD: Makefile.inc,v 1.21.2.4 2000/10/10 12:21:19 fvdl Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
 
 # These are packaged and distributed
-EXTRA_KERNELS+= GENERIC_TINY
+EXTRA_KERNELS+= GENERIC_TINY GENERIC_LAPTOP
 
 # These are for use by the bootfloppy construction tools
-BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY
+BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY INSTALL_LAPTOP
+EXTRA_KERNEL_SETS=tiny laptop
 INSTALLATION_DIRS += installation/misc
 
 # mkisofs arguments to generate bootable iso image
 MKISOFS_FLAGS+=        -b installation/floppy/boot-big.fs
 
+# Tar up extra kernel sets.
 # Build the boot floppies and install them
 snap_md_post:
+.for kernel in ${EXTRA_KERNEL_SETS}
+       uppername=`echo ${kernel} | tr 'a-z' 'A-Z'` && \
+               cd ${KERNOBJDIR}/GENERIC_$$uppername &&     \
+               tar cf - `${GETKERNELAWK} ${KERNCONFDIR}/GENERIC` |\
+               gzip -c -9 > ${RELEASEDIR}/binary/sets/kern-${kernel}.tgz
+.endfor
 .ifndef UPDATE
        cd ${.CURDIR}/../distrib && ${MAKE} cleandir
 .endif



Home | Main Index | Thread Index | Old Index