1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 73a2a8a45e
commit 2145251624

View File

@ -243,7 +243,7 @@ SVN-UPDATE-OPTIONS =
AWK = awk AWK = awk
SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \ SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
| LC_ALL=C xargs $(SVN) info 2>/dev/null \ | LC_ALL=C xargs $(SVN) info 2>/dev/null \
| $(AWK) '/Path:\ / {print $$2}' | $(AWK) '/^Path:\ / {print $$2}'
update: update:
$(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)