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/fdset-common Pull up rev. 1.17:



details:   https://anonhg.NetBSD.org/src/rev/fb76ae905fb4
branches:  netbsd-1-5
changeset: 488585:fb76ae905fb4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 19 17:25:42 2000 +0000

description:
Pull up rev. 1.17:
Don't truncate the image if it fits on a single floppy.

diffstat:

 distrib/i386/floppies/fdset-common/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 6b0d8d4f323a -r fb76ae905fb4 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Wed Jul 19 17:10:19 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Wed Jul 19 17:25:42 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16 2000/05/05 21:25:58 mycroft Exp $
+#      $NetBSD: Makefile.inc,v 1.16.4.1 2000/07/19 17:25:42 thorpej Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -54,9 +54,6 @@
                                fi; \
                                d=$$(($$d + 1)); \
                        done; \
-               else \
-                       dd seek=$$(($${size} / 512 + 15)) count=1 \
-                               if=/dev/zero of=${IMAGE1}; \
                fi; \
                echo; \
                 bytes=$$(($$dksize * $$disks - $$size));    \



Home | Main Index | Thread Index | Old Index