Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/x68k/floppies/bootfloppy-common Apply patch (re...
details: https://anonhg.NetBSD.org/src/rev/b4b2c7a2c630
branches: netbsd-1-4
changeset: 470772:b4b2c7a2c630
user: he <he%NetBSD.org@localhost>
date: Sun Jul 09 21:44:36 2000 +0000
description:
Apply patch (requested by minoura):
Automatically descend to the distrib dir in ``make release''.
diffstat:
distrib/x68k/floppies/bootfloppy-common/Makefile.inc | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r bcd005511cc3 -r b4b2c7a2c630 distrib/x68k/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/x68k/floppies/bootfloppy-common/Makefile.inc Sun Jul 09 21:44:08 2000 +0000
+++ b/distrib/x68k/floppies/bootfloppy-common/Makefile.inc Sun Jul 09 21:44:36 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8.2.1 1999/04/07 16:17:57 minoura Exp $
+# $NetBSD: Makefile.inc,v 1.8.2.2 2000/07/09 21:44:36 he Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -62,6 +62,12 @@
${GZNAME}: ${KERNNAME}
gzip -cv9 ${KERNNAME} > ${.TARGET}
+release:
+ cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
+ cp -ip ${GZNAME} ${RELEASEDIR}/installation/misc
+ cp -ip ${KERNNAME} ${RELEASEDIR}/installation/misc
+ cp -ip ${MDEC}/loadbsd.x ${RELEASEDIR}/installation/misc
+
clean cleandir distclean:
/bin/rm -f *.core ${IMAGE} ${CLEANFILES}
Home |
Main Index |
Thread Index |
Old Index