]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename exe target to build for consistency.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Jun 2005 10:09:46 +0000 (10:09 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Jun 2005 10:09:46 +0000 (10:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@10856 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile
tests/Makefile.rules

index 30b3553569c9bdbde834c4ff5e6800d6e3ad3fd9..17df0ef9bab4017a0f43b5f422a77814ecc75fa0 100644 (file)
@@ -46,22 +46,22 @@ report+mail:
 build: build-base build-lac build-fe build-deal.II build-multigrid build-bits
 
 build-base: abort.o
-       cd base ; $(MAKE) exe
+       cd base ; $(MAKE) build
 
 build-lac: abort.o
-       cd lac ; $(MAKE) exe
+       cd lac ; $(MAKE) build
 
 build-fe: abort.o
-       cd fe ; $(MAKE) exe
+       cd fe ; $(MAKE) build
 
 build-bits: abort.o
-       cd bits ; $(MAKE) exe
+       cd bits ; $(MAKE) build
 
 build-deal.II: abort.o
-       cd deal.II ; $(MAKE) exe
+       cd deal.II ; $(MAKE) build
 
 build-multigrid: abort.o
-       cd multigrid ; $(MAKE) exe
+       cd multigrid ; $(MAKE) build
 
 
 # compilation and execution of tests only, no comparison with
index e067d9cc636139eb1db4ffe88993f5ca48ec2be3..10367b2db077af03b3bac0b71ab7eff28af7f560 100644 (file)
@@ -134,7 +134,7 @@ run-tests: $(tests:%=%.OK)
 
 output: $(tests:%=%.output)
 
-exe: $(tests:%=%.exe)
+build: $(tests:%=%.exe)
 
 ############################################################
 # Link and copy files in ./results/* to generate checked

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.