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.pmax Pull up revisions 1.4-1.5 (requested by si...
details: https://anonhg.NetBSD.org/src/rev/81155af0b49f
branches: netbsd-1-4
changeset: 469620:81155af0b49f
user: he <he%NetBSD.org@localhost>
date: Wed Oct 20 23:10:56 1999 +0000
description:
Pull up revisions 1.4-1.5 (requested by simonb):
Bring pmax release building machinery up-to-date.
diffstat:
etc/etc.pmax/Makefile.inc | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 9b9544fec5d4 -r 81155af0b49f etc/etc.pmax/Makefile.inc
--- a/etc/etc.pmax/Makefile.inc Wed Oct 20 23:09:53 1999 +0000
+++ b/etc/etc.pmax/Makefile.inc Wed Oct 20 23:10:56 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/02/05 03:01:52 cjs Exp $
+# $NetBSD: Makefile.inc,v 1.3.2.1 1999/10/20 23:10:56 he Exp $
#
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
#
@@ -6,3 +6,25 @@
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
#EXTRA_KERNELS+=
+
+# Set this for any kernels beyond GENERIC and ${EXTRA_KERNELS} you
+# need to build to make installation tools/media.
+BUILD_KERNELS+=INSTALL RAMDISK
+
+# Add any extra release directories to be made
+INSTALLATION_DIRS+=installation/diskimage installation/netboot
+
+# location and name of the stripped down NFS install kernel
+NFSCONF= INSTALL
+NFSKERNNAME= nfsnetbsd
+# We don't know about ${KERNOBJDIR} yet ...
+NFSKERNDIR= ${.CURDIR:C/[^\/]+$//}sys/arch/${MACHINE}/compile/${NFSCONF}
+NFSKERN= ${NFSKERNDIR}/${NFSKERNNAME}
+
+snap_md_post: ${DISKIMAGE} ${DISKIMAGE_TAR} ${INSTALLKERN}
+ ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
+ -m ${BINMODE} ${NFSKERN}.ecoff \
+ ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
+ gzip -9 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
+ (cd ${.CURDIR}/../distrib/pmax && \
+ ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install)
Home |
Main Index |
Thread Index |
Old Index