From: David Blaikie Date: Wed, 19 Oct 2011 18:35:30 +0000 (+0000) Subject: Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3b6335212451b348dd86dd27a0086de7fb232bc;p=oota-llvm.git 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 --- diff --git a/Makefile b/Makefile index a350cb19d2a..754b18e06af 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)