]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a problem in make 3.82: We define a rule in Makefile.rules how to generat...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jun 2011 22:19:05 +0000 (22:19 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jun 2011 22:19:05 +0000 (22:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@23798 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules
tests/mpi/Makefile

index 5dea356cb2f909b3a5f7b373e85d7e01de5edf7a..e03d9fdc26882d943fdce776fd579a7c44c6bd7e 100644 (file)
@@ -80,6 +80,7 @@ endif
 # date and does not need to be regenerated
 ############################################################
 
+ifndef OVERRIDE_OUTPUT_RULE
 %/output : %/exe
        @echo =====Running======= $<
        @echo Running > $(dir $@)/status
@@ -88,7 +89,7 @@ endif
          ./$< ; \
          if test ! $$? = 0 ; then rm $@ ; false ; fi
        @perl -pi $(normalize)  $@
-
+endif
 
 
 ############################################################
index 5858a8c814ec1863931b95265eb09273c32704e4..b1be076ca390e0c27ba426ce6ee21ebf0b660e12 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################
 # $Id: Makefile 17098 2008-10-03 19:27:13Z bangerth $
-# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
 ############################################################
 
 ############################################################
@@ -33,6 +33,7 @@ tests   = $(shell echo $(addsuffix /ncpu_*, $(basename $(tests_x_1))))
 ############################################################
 
 
+OVERRIDE_OUTPUT_RULE = yes
 include ../Makefile.rules
 include Makefile.depend
 

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.