From 94e8cdb184a688c1eeaf8aff67305efcb6192fde Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 3 Sep 2012 11:35:33 +0000 Subject: [PATCH] Output the deal.II URL to be able to detect branches git-svn-id: https://svn.dealii.org/trunk@26213 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 78e5afbfca..d992db8162 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -385,6 +385,7 @@ 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: user=$(USER)" @echo "dealii-feature: host=`hostname`" @echo "dealii-feature: target=$(TARGET)" -- 2.39.5