Remove diskimage.gz before trying to do gzip diskimage.

This commit is contained in:
simonb 1999-10-18 01:35:17 +00:00
parent d935a73378
commit 12f4b8077a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1999/05/06 20:50:13 simonb Exp $
# $NetBSD: Makefile,v 1.11 1999/10/18 01:35:17 simonb Exp $
DISKBINDIR= /installation/diskimage
KERNBINDIR= /binary/kernel
@ -46,6 +46,7 @@ ${IMAGE}.gz: netbsd.gz ${DESTDIR}/usr/mdec/boot
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_DEV}
rm -f ${IMAGE}.gz
gzip -9 ${IMAGE}
realinstall: