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 revisions 1.15, 1.16, 1.21 (via patc...
details: https://anonhg.NetBSD.org/src/rev/c52a69bc18c2
branches: netbsd-1-4
changeset: 470770:c52a69bc18c2
user: he <he%NetBSD.org@localhost>
date: Sun Jul 09 21:35:39 2000 +0000
description:
Pull up revisions 1.15,1.16,1.21 (via patch, requested by he):
Enhance the "make release" process:
o simplify after recent modification of etc/Makefile
o remember to checksum *.fs files too
diffstat:
etc/etc.i386/Makefile.inc | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
diffs (38 lines):
diff -r 85b4de388636 -r c52a69bc18c2 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Sun Jul 09 21:34:13 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Sun Jul 09 21:35:39 2000 +0000
@@ -1,26 +1,19 @@
-# $NetBSD: Makefile.inc,v 1.12.2.2 2000/02/12 16:55:02 he Exp $
+# $NetBSD: Makefile.inc,v 1.12.2.3 2000/07/09 21:35:39 he Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
# These are packaged and distributed
-EXTRA_KERNELS+= GENERIC GENERIC_TINY
+EXTRA_KERNELS+= GENERIC_TINY
# These are for use by the bootfloppy construction tools
-INST_KERNELS= INSTALL INSTALL_TINY INSTALL_SMALL
+BUILD_KERNELS= INSTALL INSTALL_TINY INSTALL_SMALL
-# Build the INST_KERNELS and the boot floppies and install them
+# Build the boot floppies and install them
snap_md_post:
-.for k in ${INST_KERNELS}
- cd ${KERNCONFDIR} && config \
- -b ${KERNOBJDIR}/${k} -s ${KERNSRCDIR} ${k}
.ifndef UPDATE
- cd ${KERNOBJDIR}/${k} && ${MAKE} clean
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
- cd ${KERNOBJDIR}/${k} && ${MAKE} depend && ${MAKE} ${_J}
-.endfor
-.ifndef UPDATE
- cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
-.endif
- cd ${.CURDIR}/../distrib/i386/floppies && \
- ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
+ sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz' '*.fs'
Home |
Main Index |
Thread Index |
Old Index