Skip to content

Commit

Permalink
Updating 'update' target to handle svn 1.7 'info' output. Patch by Je…
Browse files Browse the repository at this point in the history
…an-Danial Dupas!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142535 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Oct 19, 2011
1 parent cdd8e46 commit b3b6335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3b6335

Please sign in to comment.