From 4d10054112609301064189f65e0770721e5af5c1 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 12 Aug 2008 18:03:32 +0000 Subject: (svn r14053) -Fix: branch detection failed for svn+ssh repos --- Makefile.src.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.src.in') diff --git a/Makefile.src.in b/Makefile.src.in index e4ac9c0e7..0c32e89e3 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -124,7 +124,7 @@ else ifeq ($(shell if test -d $(SRC_DIR)/.svn; then echo 1; fi), 1) # Find if the local source if modified # Find the revision like: rXXXX-branch -REV := $(shell LC_ALL=C svn info $(SRC_DIR) | $(AWK) '/^URL:.*branch/ { split($$2, a, "/"); BRANCH="-"a[5] } /^Last Changed Rev:/ { REV="r"$$4"$(REV_MODIFIED)" } END { print REV BRANCH }') +REV := $(shell LC_ALL=C svn info $(SRC_DIR) | $(AWK) '/^URL:.*branch/ { split($$2, a, "/"); i=1; while(i