From: kanschat Date: Mon, 3 Sep 2012 14:13:28 +0000 (+0000) Subject: Fix URL bug X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b1601d5d1fe56f528f14e0e9f8310539b5d5f4;p=dealii-svn.git Fix URL bug git-svn-id: https://svn.dealii.org/trunk@26216 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 9d92fc1996..b9f96c6ef2 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -385,14 +385,13 @@ endif ifeq ($(BUILDTEST),yes) print-summary: @echo "dealii-feature: revision=`svn info .. | grep Revision | sed 's/Revision: //'`" - @echo "dealii-feature: URL=`svn info .. | grep URL + @echo "dealii-feature: URL=`svn info .. | grep URL | sed 's/URL: //'`" @echo "dealii-feature: user=$(USER)" @echo "dealii-feature: host=`hostname`" @echo "dealii-feature: target=$(TARGET)" @echo "dealii-feature: compiler=$(GXX-VERSION-DETAILED)" @echo "dealii-feature: multithreading=$(enable-threads)" @echo "dealii-feature: shared_libs=$(enable-shared)" - @echo "dealii-feature: parser=$(subst no,,$(enable-parser))" @echo "dealii-feature: METIS=$(subst no,,$(USE_CONTRIB_METIS))" @cd $D/common/scripts ; make report_features && ./report_features endif