From 7e3a9b494f701e025d4ade1a46ec7127bbf8258c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Nov 2005 17:20:44 +0000 Subject: [PATCH] Remove a leftover target from the conversion to local dirs. git-svn-id: https://svn.dealii.org/trunk@11802 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 1517527d47..8a9fb57103 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -229,19 +229,3 @@ Makefile.tests: $(shell echo *.cc) .PHONY: report show-tests clean distclean %/ref -subdirs: - for i in $(tests) ; do \ - mkdir $$i/cmp ; \ - cp ../results/i686-pc-linux-gnu+gcc3.2/bits/$$i.output $$i/cmp/generic ; \ - cp ../results/i686-pc-linux-gnu+gcc3.4/bits/$$i.output $$i/cmp/i686-pc-linux-gnu+gcc3.4 ; \ - cp ../results/i686-pc-linux-gnu+gcc4.0/bits/$$i.output $$i/cmp/i686-pc-linux-gnu+gcc4.0 ; \ - cp ../results/i686-pc-linux-gnu+gcc4.1/bits/$$i.output $$i/cmp/i686-pc-linux-gnu+gcc4.1 ; \ - cp ../results/i686-pc-linux-gnu+icc7.1/bits/$$i.output $$i/cmp/i686-pc-linux-gnu+icc7.1 ; \ - cp ../results/mips-sgi-irix6.5+MIPSpro7.4/bits/$$i.output $$i/cmp/mips-sgi-irix6.5+MIPSpro7.4 ; \ - cp ../results/x86_64-unknown-linux-gnu+gcc3.3/bits/$$i.output $$i/cmp/x86_64-unknown-linux-gnu+gcc3.3 ; \ - cd $$i/cmp ; \ - for j in [imx]* ; do \ - if diff -q $$j generic ; then rm $$j ; fi ; done ; \ - cd ../.. ; \ - done - -- 2.39.5