From: guido Date: Fri, 30 Jan 2004 14:39:27 +0000 (+0000) Subject: some doc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a34c32b9c4ca238f763163e255da8fa6391b57;p=dealii-svn.git some doc git-svn-id: https://svn.dealii.org/trunk@8368 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/results/Makefile b/tests/results/Makefile index 02dff66174..5ff0bd76d6 100644 --- a/tests/results/Makefile +++ b/tests/results/Makefile @@ -40,6 +40,19 @@ linkdirs-%: if $(TEST_MINUS_L) $$TARGET ; then rm $$TARGET ; fi ; \ ln -s $$SOURCE $$TARGET +# This is a list of directories linked to others. The master directories right now are +# sparc-sun-solaris2.7+gcc2.95 +# i686-pc-linux-gnu+gcc3.2 +# They contain no symlinks, but all files are stored. +# +# The second class relies on a master direcory, but has some differing files. +# Therefore, most of their entries are symlinks, the others are files. They are +# linkfiles-i686-pc-linux-gnu+gcc2.95 +# linkfiles-i686-pc-linux-gnu+gcc3.4 +# i686-pc-linux-gnu+icc7.1 +# +# All other configurations produce the same output as another, so there we link whole directories. + .links: linkfiles-i686-pc-linux-gnu+icc7.1-to-i686-pc-linux-gnu+gcc3.2 \ linkfiles-i686-pc-linux-gnu+gcc3.4-to-i686-pc-linux-gnu+gcc3.2 \ linkfiles-i686-pc-linux-gnu+gcc2.95-to-sparc-sun-solaris2.7+gcc2.95 \