From 27cacd7b1a845154418a2a3c3c42c46ff9c752e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 28 Sep 2005 23:57:54 +0000 Subject: [PATCH] Hide some commands. git-svn-id: https://svn.dealii.org/trunk@11548 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/results/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/results/Makefile b/tests/results/Makefile index 886076ccb1..0cc2652a59 100644 --- a/tests/results/Makefile +++ b/tests/results/Makefile @@ -68,18 +68,19 @@ linkdirs-%: # subdirectories, remove all actual links to other files. they will simply be # regenerated later on clean: - for i in * ; do \ + @for i in * ; do \ if $(TEST_MINUS_L) $$i ; then rm -f $$i ; fi ; \ done - for i in * ; do \ + @for i in * ; do \ if test -d $$i ; then \ for j in $$i/*/* ; do \ if $(TEST_MINUS_L) $$j ; then rm -f $$j ; fi ; \ done ; \ fi ; \ done - rm .links + @rm .links +.PHONY: clean include ../../common/Make.global_options include ../Makefile.paths -- 2.39.5