From: kanschat Date: Fri, 22 Feb 2013 07:50:17 +0000 (+0000) Subject: Change to the revision that was actually modified X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1544175ff55bdced36626001e0d0e9a9330fae9f;p=dealii-svn.git Change to the revision that was actually modified git-svn-id: https://svn.dealii.org/trunk@28522 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 2182d868d0..38d0d68482 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -386,7 +386,7 @@ endif ifeq ($(BUILDTEST),yes) print-summary: - @svn info .. | perl -ne 'print "dealii-feature: revision=$$_\n" if s/Revision: //; print "dealii-feature: branch=$$1\n" if m/svn\.dealii\.org\/(.+)\/deal.II/;' + @svn info .. | perl -ne 'print "dealii-feature: revision=$$_\n" if s/Last Change Rev: //; print "dealii-feature: branch=$$1\n" if m/svn\.dealii\.org\/(.+)\/deal.II/;' @echo "dealii-feature: user=$(USER)" @echo "dealii-feature: host=`hostname`" @echo "dealii-feature: target=$(TARGET)"