summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-10-19 18:35:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-10-19 18:35:30 +0000
commitb3b6335212451b348dd86dd27a0086de7fb232bc (patch)
tree46c1a7c1b3c76997aff6c03cafc2503f3ecb6cdb /Makefile
parentcdd8e46bec4e975d00a5abea808d8eb4138515c5 (diff)
downloadllvm-b3b6335212451b348dd86dd27a0086de7fb232bc.tar.gz
llvm-b3b6335212451b348dd86dd27a0086de7fb232bc.tar.bz2
llvm-b3b6335212451b348dd86dd27a0086de7fb232bc.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a350cb19d2..754b18e06a 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)