1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Use a bigger hammer to coerce subversion into english.

Patch by Benjamin Kramer!

llvm-svn: 69976
This commit is contained in:
Gabor Greif 2009-04-24 17:00:03 +00:00
parent a28b42f818
commit 228f28e1ac

View File

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