Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/i386/floppies/bootfloppy-common Pull up revisio...
details: https://anonhg.NetBSD.org/src/rev/7c546babb997
branches: netbsd-1-4
changeset: 469694:7c546babb997
user: he <he%NetBSD.org@localhost>
date: Thu Nov 11 21:05:58 1999 +0000
description:
Pull up revision 1.19 (requested by he):
Improve automation for "make release", so that boot images are
automatically built and installed in RELEASEDIR.
diffstat:
distrib/i386/floppies/bootfloppy-common/Makefile.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e1e4aacb9f5e -r 7c546babb997 distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc Thu Nov 11 21:04:27 1999 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc Thu Nov 11 21:05:58 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 1999/03/23 18:05:46 drochner Exp $
+# $NetBSD: Makefile.inc,v 1.18.2.1 1999/11/11 21:05:58 he Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -64,6 +64,11 @@
gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
+release:
+ -mkdir -p ${RELEASEDIR}/installation/floppies
+ cp -p ${IMAGE} ${RELEASEDIR}/installation/floppies
+ gzip <${IMAGE} >${RELEASEDIR}/installation/floppies/${IMAGE}.gz
+
clean cleandir distclean:
/bin/rm -f *.core ${IMAGE} ${CLEANFILES}
Home |
Main Index |
Thread Index |
Old Index