Back out previous patches: it is not necessory now.

This commit is contained in:
minoura 1998-10-05 22:41:13 +00:00
parent 5006dbf868
commit c94e60002d
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1998/10/04 14:45:23 minoura Exp $
# $NetBSD: Makefile.inc,v 1.6 1998/10/05 22:41:13 minoura Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -45,7 +45,6 @@ all: netbsd.ram.gz
@echo "installing new bootblocks"
${MDEC}/writefdboot ${MDEC}/fdboot ${VND_CRDEV}
vnconfig -u ${VND_CDEV}
cat /*bin/* > /dev/null
unconfig:
-umount -f ${MOUNT_POINT}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1998/10/04 14:57:53 minoura Exp $
# $NetBSD: Makefile,v 1.5 1998/10/05 22:41:13 minoura Exp $
TOP= ${.CURDIR}/..
@ -49,13 +49,11 @@ all: ${AUXTARGETS} ${CBIN}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}
cat /*bin/* > /dev/null
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}
cat /*bin/* > /dev/null
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 1998/10/04 14:57:53 minoura Exp $
# $NetBSD: Makefile.inc,v 1.5 1998/10/05 22:41:13 minoura Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -34,13 +34,11 @@ all: ${AUXTARGETS} ${CBIN}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}
cat /*bin/* > /dev/null
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}
cat /*bin/* > /dev/null
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF}