From 8cc228c742b5dc17a9adeef88c30dd8a9deb73ba Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 13 May 1998 19:13:06 +0000 Subject: [PATCH] The previous rev deletes the three crunchgen(1) output files on error. --- distrib/alpha/floppy/md_install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/alpha/floppy/md_install/Makefile b/distrib/alpha/floppy/md_install/Makefile index 0369f5461196..62e0da8b59f4 100644 --- a/distrib/alpha/floppy/md_install/Makefile +++ b/distrib/alpha/floppy/md_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/05/13 19:07:46 ross Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/13 19:13:06 ross Exp $ TOP= ${.CURDIR}/.. @@ -59,6 +59,7 @@ unconfig: -vnconfig -u ${VND_DEV} -/bin/rm -f ${IMAGE} + ${CRUNCHFILES}: ${CRUNCHCONF} if ${CRUNCHCMD}; then exit 0; else rm -f ${CRUNCHFILES}; exit 1; fi