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 Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/3e728717e40f
branches: netbsd-1-4
changeset: 470649:3e728717e40f
user: he <he%NetBSD.org@localhost>
date: Sat Jun 03 14:58:49 2000 +0000
description:
Apply patch (requested by he):
``Make release'' goes to installation/floppy; use gzip -9.
diffstat:
distrib/i386/floppies/bootfloppy-common/Makefile.inc | 8 ++++----
distrib/i386/floppies/fdset-common/Makefile.inc | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 28cca87f43f0 -r 3e728717e40f distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc Sat Jun 03 14:53:51 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc Sat Jun 03 14:58:49 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18.2.2 2000/05/11 10:12:44 he Exp $
+# $NetBSD: Makefile.inc,v 1.18.2.3 2000/06/03 14:58:49 he Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -66,9 +66,9 @@
mv netbsd.tmp.gz ${.TARGET}
release:
- -mkdir -p ${RELEASEDIR}/installation/floppies
- cp -p ${IMAGE} ${RELEASEDIR}/installation/floppies
- gzip <${IMAGE} >${RELEASEDIR}/installation/floppies/${IMAGE}.gz
+ -mkdir -p ${RELEASEDIR}/installation/floppy
+ cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
+ gzip -c -9 <${IMAGE} >${RELEASEDIR}/installation/floppy/${IMAGE}.gz
clean cleandir distclean:
/bin/rm -f *.core ${IMAGE} ${CLEANFILES}
diff -r 28cca87f43f0 -r 3e728717e40f distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc Sat Jun 03 14:53:51 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc Sat Jun 03 14:58:49 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5.2.1 1999/11/11 21:06:32 he Exp $
+# $NetBSD: Makefile.inc,v 1.5.2.2 2000/06/03 14:59:53 he Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -106,9 +106,9 @@
strip boot
release:
- -mkdir -p ${RELEASEDIR}/installation/floppies
- cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppies
- for f in ${RELEASEDIR}/installation/floppies/${BASENAME}?.fs; do \
+ -mkdir -p ${RELEASEDIR}/installation/floppy
+ cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppy
+ for f in ${RELEASEDIR}/installation/floppy/${BASENAME}?.fs; do \
gzip <$$f >$$f.gz; \
done
Home |
Main Index |
Thread Index |
Old Index