From b3b6335212451b348dd86dd27a0086de7fb232bc Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 19 Oct 2011 18:35:30 +0000 Subject: Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142535 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a350cb1..754b18e 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ SVN-UPDATE-OPTIONS = AWK = awk SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \ | LC_ALL=C xargs $(SVN) info 2>/dev/null \ - | $(AWK) '/Path:\ / {print $$2}' + | $(AWK) '/^Path:\ / {print $$2}' update: $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) -- cgit v1.1