Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/i386/floppies/bootfloppy-big Set variables (han...



details:   https://anonhg.NetBSD.org/src/rev/e12956ecdeda
branches:  netbsd-1-5
changeset: 488595:e12956ecdeda
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Jul 20 00:22:43 2000 +0000

description:
Set variables (handled in bootfloppy-common/Makefile) to make sure
the 2.88 image is padded and contains the magic file to tell
ustarfs the right size. From trunk (1.8).

diffstat:

 distrib/i386/floppies/bootfloppy-big/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a0e82d8c1e33 -r e12956ecdeda distrib/i386/floppies/bootfloppy-big/Makefile
--- a/distrib/i386/floppies/bootfloppy-big/Makefile     Thu Jul 20 00:16:00 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-big/Makefile     Thu Jul 20 00:22:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2000/05/05 21:35:51 mycroft Exp $
+#      $NetBSD: Makefile,v 1.7.4.1 2000/07/20 00:22:43 fvdl Exp $
 
 TOP=   ${.CURDIR}/..
 
@@ -25,6 +25,8 @@
 
 DISKTYPE=      floppy288
 DISKSIZE=      5760
+METAFILE!=     printf "USTAR.volsize.%o" ${DISKSIZE}
 BLOCK8K=       359
+PAD=yes
 
 .include "${TOP}/bootfloppy-common/Makefile.inc"



Home | Main Index | Thread Index | Old Index