freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Dont run examples from makefile


From: Richard Guenther
Subject: [PATCH] Dont run examples from makefile
Date: Thu, 16 Jan 2003 20:13:09 +0100 (CET)

Hi!

The following patch disables running the examples after a 'make'.

Ok?

Richard.

diff -ur cvs/r2/examples/Solvers/BlockDecomposed/FivePoint/makefile 
pooma-testsuite/r2/examples/Solvers/BlockDecomposed/FivePoint/makefile
--- cvs/r2/examples/Solvers/BlockDecomposed/FivePoint/makefile  2001-10-15 
19:34:29.000000000 +0200
+++ pooma-testsuite/r2/examples/Solvers/BlockDecomposed/FivePoint/makefile      
2002-12-17 21:24:41.000000000 +0100
@@ -36,7 +36,6 @@
 default:: FivePointSolve

 FivePointSolve: $(ODIR)/FivePointSolve
-       $(ODIR)/FivePointSolve

 $(ODIR)/FivePointSolve: $(ODIR)/FivePointSolve.o
        $(LinkToSuite)
diff -ur cvs/r2/examples/Solvers/BlockDecomposed/NinePoint/makefile 
pooma-testsuite/r2/examples/Solvers/BlockDecomposed/NinePoint/makefile
--- cvs/r2/examples/Solvers/BlockDecomposed/NinePoint/makefile  2001-10-15 
19:34:29.000000000 +0200
+++ pooma-testsuite/r2/examples/Solvers/BlockDecomposed/NinePoint/makefile      
2002-12-17 21:24:41.000000000 +0100
@@ -36,7 +36,6 @@
 default:: NinePointSolve

 NinePointSolve: $(ODIR)/NinePointSolve
-       $(ODIR)/NinePointSolve

 $(ODIR)/NinePointSolve: $(ODIR)/NinePointSolve.o
        $(LinkToSuite)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]