From: Wolfgang Bangerth Date: Sat, 8 Oct 2005 06:15:36 +0000 (+0000) Subject: Hide the actual command. X-Git-Tag: v8.0.0~13028 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ec43936e9800a7c4a60b6df0f31779d94c3269;p=dealii.git Hide the actual command. git-svn-id: https://svn.dealii.org/trunk@11575 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 31be221b2f..8ea8f3ca8f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -28,7 +28,7 @@ report: compare abort.o cd $$i ; $(MAKE) report ; cd .. ; \ done @echo =======Report: all-headers ======= - if (($(MAKE) all-headers 2>&1) > /dev/null) ; then \ + @if (($(MAKE) all-headers 2>&1) > /dev/null) ; then \ echo `date -u +"%Y-%m-%d %H:%M"` + all-headers ; \ else \ echo `date -u +"%Y-%m-%d %H:%M"` - all-headers ; \