From: Thierry Parmentelat Date: Fri, 18 Jul 2008 15:51:01 +0000 (+0000) Subject: fix default build from svn info X-Git-Tag: 4.2-rc21~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=15f737a0f4f29aa126d5bab87ee1936189b6f918;p=build.git fix default build from svn info --- diff --git a/Makefile b/Makefile index 7250115d..cb48f364 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,8 @@ include $(PLDISTROTAGS) # so now the nightly build script sets this to what it is currently using # we set a default in case we run the build manually: # if the local directory was svn checked out, then use the corresponding URL -default-build-SVNPATH := $(shell svn info 2> /dev/null | grep URL: | awk '{print $2;}') +svn-info-url-line := $(shell svn info 2> /dev/null | grep URL:) +default-build-SVNPATH := $(lastword $(svn-info-url-line)) # otherwise, use this hard-coded default ifeq "$(default-build-SVNPATH)" "" default-build-SVNPATH := http://svn.planet-lab.org/svn/build/trunk