Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax/instkernel Remove diskimage.gz before trying to...
details: https://anonhg.NetBSD.org/src/rev/1f3f710aa652
branches: trunk
changeset: 477244:1f3f710aa652
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Oct 18 01:35:17 1999 +0000
description:
Remove diskimage.gz before trying to do gzip diskimage.
diffstat:
distrib/pmax/instkernel/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2d5bfbdefb7a -r 1f3f710aa652 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile Sun Oct 17 23:53:45 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile Mon Oct 18 01:35:17 1999 +0000
@@ -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 @@
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_DEV}
+ rm -f ${IMAGE}.gz
gzip -9 ${IMAGE}
realinstall:
Home |
Main Index |
Thread Index |
Old Index