From 851de0a1699b43a49c55e3d7920a90a3ef4648a4 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 4 May 2001 12:48:25 +0000 Subject: [PATCH] suppress ... is up to date git-svn-id: https://svn.dealii.org/trunk@4539 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/Makefile.in b/tests/fe/Makefile.in index a94d05a97e..f97de34e4e 100644 --- a/tests/fe/Makefile.in +++ b/tests/fe/Makefile.in @@ -24,7 +24,7 @@ default: run-tests dat-checks # file. check these as well after all tests have been run. actually, # check each output file; files that are checked twice don't matter dat-checks: run-tests - @$(MAKE) `echo *.output | perl -pi -e 's/output/check/g;'` + @$(MAKE) -q `echo *.output | perl -pi -e 's/output/check/g;'` ############################################################ -- 2.39.5