The previous rev deletes the three crunchgen(1) output files on error.

This commit is contained in:
ross 1998-05-13 19:13:06 +00:00
parent f1e5d2be9f
commit 8cc228c742
1 changed files with 2 additions and 1 deletions

View File

@ -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