Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Build the split sets in place on "make release".
details: https://anonhg.NetBSD.org/src/rev/f69a530319a6
branches: trunk
changeset: 484137:f69a530319a6
user: fredb <fredb%NetBSD.org@localhost>
date: Sun Mar 26 15:48:22 2000 +0000
description:
Build the split sets in place on "make release".
diffstat:
etc/etc.i386/Makefile.inc | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r e9db91768823 -r f69a530319a6 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Sun Mar 26 15:36:48 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Sun Mar 26 15:48:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2000/02/20 03:38:04 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.17 2000/03/26 15:48:22 fredb Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
@@ -9,11 +9,17 @@
# These are for use by the bootfloppy construction tools
BUILD_KERNELS+= INSTALL INSTALL_TINY
+INSTALLATION_DIRS+= ${RELEASEDIR}/binary/sets/Split
+
+snap_md_post:
# Build the boot floppies and install them
-snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
.endif
cd ${.CURDIR}/../distrib/i386/floppies && \
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
+# Make the split sets in place
+ cd ${RELEASEDIR}/binary/sets/Split; for tarfile in ../*.tgz; do \
+ split -b235k $$tarfile `basename $$tarfile tgz`; done
+ sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/sets/Split
Home |
Main Index |
Thread Index |
Old Index