]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make target 'compare' phony, so as to force it to re-run every time we start
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Sep 2005 23:58:52 +0000 (23:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Sep 2005 23:58:52 +0000 (23:58 +0000)
the testsuite.

git-svn-id: https://svn.dealii.org/trunk@11549 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index 700464438e9b2b4591af87583153d7481eb5cdc4..6246d16c4ce59d8a05a7cc333c1f88834a6ade6c 100644 (file)
@@ -125,10 +125,16 @@ all-headers:
 # proper version number), while for some historic reason we have named
 # the directories in the results/ tree with just icc7.1 (i.e. without
 # the preceding intel_). Thus, strip this part of the compiler name
+#
+# We declare this target as PHONY since we want it to re-run every time we
+# start the testsuite. Reason being that this way we can make sure that all
+# the proper links have been set for this run, even if some new tests have
+# been added.
 compare:
        cd results; $(MAKE)
        rm -f compare
        ln -s results/$(TARGET)+$(GXX-VERSION:intel_%=%) compare
+.PHONY: compare
 
 resultname:
        @echo $(TARGET)+$(GXX-VERSION)

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.