mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin.
llvm-svn: 47723
This commit is contained in:
parent
8e6309464b
commit
c9739e9de5
6
Makefile
6
Makefile
@ -145,9 +145,9 @@ build-for-llvm-top:
|
||||
SVN = svn
|
||||
SVN-UPDATE-OPTIONS =
|
||||
AWK = awk
|
||||
SUB-SVN-DIRS = $(AWK) '/? / {print $$2}' \
|
||||
| xargs $(SVN) info 2>/dev/null \
|
||||
| $(AWK) '/Path: / {print $$2}'
|
||||
SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
|
||||
| LANG=C xargs $(SVN) info 2>/dev/null \
|
||||
| $(AWK) '/Path:\ / {print $$2}'
|
||||
|
||||
update:
|
||||
$(SVN) $(SVN-UPDATE-OPTIONS) update
|
||||
|
Loading…
x
Reference in New Issue
Block a user