Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies/bootfloppy No need to use ${MAKEFS} ...



details:   https://anonhg.NetBSD.org/src/rev/f3b96910455f
branches:  trunk
changeset: 525619:f3b96910455f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Apr 14 03:16:13 2002 +0000

description:
No need to use ${MAKEFS} for ustarfs image.

diffstat:

 distrib/macppc/floppies/bootfloppy/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 506a43cdf1fd -r f3b96910455f distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile       Sun Apr 14 02:43:27 2002 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile       Sun Apr 14 03:16:13 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2002/04/12 02:19:31 lukem Exp $
+#      $NetBSD: Makefile,v 1.20 2002/04/14 03:16:13 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -18,15 +18,10 @@
 CLEANFILES+=   netbsd ${BOOT} ${FSTMP}
 
 
-DISKTYPE=      floppy
-
 realall: netbsd ${BOOT}
        ${PAX} -wvf ${FSTMP} ${BOOT} netbsd
        @echo
        @echo Making disk number one
-       rm -rf empty
-       mkdir -m 755 empty
-       ${MAKEFS} -s ${DISKSIZE}b ${IMAGE1}.tmp empty
        dd bs=8k seek=1 count=$$((${DISKSIZE} / 16 - 1)) \
            if=${FSTMP} of=${IMAGE1}.tmp
        @echo "installing new bootblocks"
@@ -93,7 +88,6 @@
 
 clean cleandir distclean:
        rm -f *.core ${CLEANFILES} ${BASENAME}?.fs ${IMAGE1}.tmp
-       rm -rf empty
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index