From 2d0871e27f606e21d93ba6ea0dbc0ac6f2cee6b7 Mon Sep 17 00:00:00 2001 From: rueter Date: Thu, 3 Oct 2024 08:18:01 +0000 Subject: [PATCH] deploy: 3ad39b8f40b7f86322398060a3fab70fedc71353 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 468f4fc9..612284e3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1065,7 +1065,7 @@ clean-local: devtest: devtest-recursive devtest-recursive: - -for subdir in $(SUBDIRS); do \ + @-for subdir in $(SUBDIRS); do \ if test "$$subdir" = . ; then \ continue; \ else \ @@ -1075,7 +1075,7 @@ devtest-recursive: $(MAKE) $(AM_FLAGS) devtest-local devtest-local: - -for t in $(TESTS) ; do \ + @-for t in $(TESTS) ; do \ echo "TEST: $$t" ;\ if test -f "./$$t" ; then \ srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\