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:
parent
73a2a8a45e
commit
2145251624
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user