artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b764f8f
)
Do not rm a directory
author
kn
<kn@openbsd.org>
Fri, 26 Aug 2022 11:06:47 +0000
(11:06 +0000)
committer
kn
<kn@openbsd.org>
Fri, 26 Aug 2022 11:06:47 +0000
(11:06 +0000)
regress/usr.sbin/installboot/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/installboot/Makefile
b/regress/usr.sbin/installboot/Makefile
index
34d143e
..
f14a4c5
100644
(file)
--- 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