aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-02-28 18:46:56 +0000
committerGabor Greif <ggreif@gmail.com>2008-02-28 18:46:56 +0000
commit8ccdae3a76f27d7fcf6885e532b0d1ef44d616b3 (patch)
tree73386151ab31c31e669c3dc710f9d30107d6f82b /Makefile
parentb1d1ab90321e2e4ce57a5b6c49c420630beafc38 (diff)
downloadexternal_llvm-8ccdae3a76f27d7fcf6885e532b0d1ef44d616b3.zip
external_llvm-8ccdae3a76f27d7fcf6885e532b0d1ef44d616b3.tar.gz
external_llvm-8ccdae3a76f27d7fcf6885e532b0d1ef44d616b3.tar.bz2
Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9bb311e..3fc5933 100644
--- a/Makefile
+++ b/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