]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do x86 gcc2.95 the same way as all other dirs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 May 2003 15:29:01 +0000 (15:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 May 2003 15:29:01 +0000 (15:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@7550 0785d39b-7218-0410-832d-ea1e28bc413d

tests/results/Makefile

index e106946a35d16827703bbf46aefa9a91a9c25a1b..03a9e1114e998af5918cffcddbbda21bc04f64c9 100644 (file)
@@ -13,6 +13,7 @@ all: .links
 linkfiles-%:
        @TARGET=`echo $@ | $(PERL) -pi -e 's/linkfiles-//; s/-to-.*//;'` ; \
        SOURCE=`echo $@ | $(PERL) -pi -e 's/.*-to-//;'` ; \
+       echo "Creating links from $$SOURCE into $$TARGET" ; \
        cd $$SOURCE ; \
        for i in */*output ; do \
                if test ! -f ../$$TARGET/$$i ; then \
@@ -29,19 +30,19 @@ linkfiles-%:
 linkdirs-%:
        @TARGET=`echo $@ | $(PERL) -pi -e 's/linkfiles-//; s/-to-.*//;'` ; \
        SOURCE=`echo $@ | $(PERL) -pi -e 's/.*-to-//;'` ; \
+       echo "Aliasing $$TARGET to $$SOURCE" ; \
        if test -L $$TARGET ; then rm $$TARGET ; fi ; \
        ln -s $$SOURCE $$TARGET
 
 .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 \
          linkdirs-sparc-sun-solaris2.8+gcc2.95-to-sparc-sun-solaris2.7+gcc2.95 \
          linkdirs-sparc-sun-solaris2.9+gcc2.95-to-sparc-sun-solaris2.7+gcc2.95 \
          linkdirs-i686-pc-linux-gnu+icc7-to-i686-pc-linux-gnu+icc7.1
-       (cd i686-pc-linux-gnu+gcc2.95; sh .link)
-       touch .links
+       @touch .links
 
 clean:
-       (cd i686-pc-linux-gnu+gcc2.95; sh .unlink)
        rm .links
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.