From: Guido Kanschat Date: Fri, 4 May 2001 12:48:25 +0000 (+0000) Subject: suppress ... is up to date X-Git-Tag: v8.0.0~19251 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851de0a1699b43a49c55e3d7920a90a3ef4648a4;p=dealii.git suppress ... is up to date git-svn-id: https://svn.dealii.org/trunk@4539 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;'` ############################################################