Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas!

llvm-svn: 142535
This commit is contained in:
David Blaikie 2011-10-19 18:35:30 +00:00
parent 81c22f6104
commit 522b894350
1 changed files with 1 additions and 1 deletions

View File

@ -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)