From 3bebe6e8730052ced0c834b879ba4d48cd5af530 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 15 Feb 2022 10:49:37 -0600 Subject: [PATCH] Revert "configure: Don't hide any perl scripts being run" This reverts commit 3e8f3a1ee9b5b9f6a720b1476f97458023f14575 which was wrong - recipes that start with '-' are still echoed, they just don't fail the build if they don't succeed. This fixes setting CHECK_RELEASE = WARN in configure/Makefile --- configure/RULES_BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD index 56187155a..fd3579c14 100644 --- a/configure/RULES_BUILD +++ b/configure/RULES_BUILD @@ -207,7 +207,7 @@ endif checkRelease: +$(CONVERTRELEASE) checkRelease warnRelease: - $(CONVERTRELEASE) checkRelease + -$(CONVERTRELEASE) checkRelease noCheckRelease: ifeq ($(EPICS_HOST_ARCH),$(T_A)) $(info Warning: RELEASE file consistency checks have been disabled)