From 7033594364ad31634264ac85ff4eef6ee22bede8 Mon Sep 17 00:00:00 2001 From: kn Date: Wed, 7 Sep 2022 10:07:39 +0000 Subject: [PATCH] Remove the .SILENT bits again after feedback from bluhm --- regress/usr.sbin/installboot/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/regress/usr.sbin/installboot/Makefile b/regress/usr.sbin/installboot/Makefile index 5617bcc87c7..8eeab25854f 100644 --- a/regress/usr.sbin/installboot/Makefile +++ b/regress/usr.sbin/installboot/Makefile @@ -1,12 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2022/09/06 20:54:37 kn Exp $ +# $OpenBSD: Makefile,v 1.25 2022/09/07 10:07:39 kn Exp $ INSTALLBOOT ?= /usr/sbin/installboot DRY_RUN = ${INSTALLBOOT} -n REAL_RUN = ${INSTALLBOOT} -# whether to show commands and run with -v -VERBOSE ?= No - # see distrib/${MACHINE}/ramdisk/install.md for FORMAT_DISK values # default to root on softraid(4) on all architectures that have # bootstrap + kernel + installboot(8) support for it @@ -181,11 +178,4 @@ cleanup: ${SUDO} vnconfig -u -- "$$(<${devfile})" 2>/dev/null .endfor - -.if ${VERBOSE:L} == "yes" -INSTALLBOOT += -v -.else -.SILENT: ${REGRESS_CLEANUP} clean -.endif - .include -- 2.20.1