From 82ec43936e9800a7c4a60b6df0f31779d94c3269 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 8 Oct 2005 06:15:36 +0000 Subject: [PATCH] Hide the actual command. git-svn-id: https://svn.dealii.org/trunk@11575 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.39.5