From: kn Date: Fri, 26 Aug 2022 11:06:47 +0000 (+0000) Subject: Do not rm a directory X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=31d1a7f680dcf7486faeb67f8272406c3400252a;p=openbsd Do not rm a directory --- diff --git a/regress/usr.sbin/installboot/Makefile b/regress/usr.sbin/installboot/Makefile index 34d143ea053..f14a4c519d6 100644 --- a/regress/usr.sbin/installboot/Makefile +++ b/regress/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2022/08/24 20:38:03 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2022/08/26 11:06:47 kn Exp $ INSTALLBOOT ?= /usr/sbin/installboot DRY_RUN = ${INSTALLBOOT} -n @@ -116,7 +116,7 @@ dry-toomany: ${DRY_RUN} -- disk stage1 stage2 too many -CLEANFILES = ${CHUNKFILES} ${DEVFILES} ${SRFILE} ${MOUNTPOINT} +CLEANFILES = ${CHUNKFILES} ${DEVFILES} ${SRFILE} REGRESS_CLEANUP = cleanup # allow failure to always cleanup as much as possible