]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Last Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Mar 2013 00:53:58 +0000 (00:53 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Mar 2013 00:53:58 +0000 (00:53 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28662 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/GNUmakefile

index 1516700a088fc112930fa640f47e6598ce623e19..259d54a12849ea2f329caf8280129af5b280ed70 100644 (file)
@@ -16,10 +16,10 @@ steps:= $(wildcard step-*)
 configure_examples: $(steps:%=%/Makefile)
 
 %/Makefile:
-       -cd $(@D) && cmake . > /dev/null 2>&1
+       -cd $(@D) && cmake . > configure.log 2>&1
 
 .PHONY: run_examples
-run_examples: $(steps:%=%/Output)
+run_examples: $(steps:%=%/OK)
 
-%/Output: %/Makefile
-       cd $(@D) && if [ -f Makefile ]; then make run; fi > Output 2>&1
+%/OK: %/Makefile
+        cd $(@D) && if [ -f Makefile ]; then (make run > run.log 2>&1); fi && touch OK

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.