summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-04-24 17:00:03 +0000
committerGabor Greif <ggreif@gmail.com>2009-04-24 17:00:03 +0000
commit95fc7aac600803a6a29e73746f9336e3a7cdf383 (patch)
treed35a8b907008e4da1a72433527d8a5c0241f58d1 /Makefile
parentd34a73b3b709001c56db68a4d9a84e5d2002b1f0 (diff)
downloadllvm-95fc7aac600803a6a29e73746f9336e3a7cdf383.tar.gz
llvm-95fc7aac600803a6a29e73746f9336e3a7cdf383.tar.bz2
llvm-95fc7aac600803a6a29e73746f9336e3a7cdf383.tar.xz
Use a bigger hammer to coerce subversion into english.
Patch by Benjamin Kramer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717866e98e..86fb6e5dbb 100644
--- a/Makefile
+++ b/Makefile
@@ -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: