From e582897ab49fe449d606fa14e0e4bbb8124099ff Mon Sep 17 00:00:00 2001 From: William King Date: Fri, 8 Oct 1999 18:43:15 +0000 Subject: [PATCH] silenced make action echo for target test: --- bin/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index ebf0b440f0..375561698f 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -206,7 +206,7 @@ clean distclean:: rm -f t_journal test: - for dir in $(SUBDIRS) ;\ + @for dir in $(SUBDIRS) ;\ do \ ( cd $$dir; $(MAKE) test ) ;\ done