From: kanschat Date: Wed, 30 Jun 2010 17:39:25 +0000 (+0000) Subject: strange things happening X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01548b28737036d7584e334b4c18487b40e4e2fc;p=dealii-svn.git strange things happening git-svn-id: https://svn.dealii.org/trunk@21419 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 1dc550262d..5cb0cf9eb0 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -364,7 +364,7 @@ else endif - +ifeq ($(BUILDTEST),yes) print-summary: @echo "dealii-feature: revision=`svn info .. | grep Revision | sed 's/Revision: //'`" @echo "dealii-feature: user=$(USER)" @@ -382,3 +382,4 @@ print-summary: @echo "dealii-feature: MUMPS=$(subst no,,$(USE_CONTRIB_MUMPS))" @echo "dealii-feature: METIS=$(subst no,,$(USE_CONTRIB_METIS))" @cd $D/common/scripts ; make report_features && ./report_features +endif