]> granicus.if.org Git - llvm/commit
Fixes to Dockerfile scripts.
authorIlya Biryukov <ibiryukov@google.com>
Thu, 6 Jul 2017 13:10:55 +0000 (13:10 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 6 Jul 2017 13:10:55 +0000 (13:10 +0000)
commitd8c53d08c3e0ddc5034631733904f7f10e8d83eb
tree55a39e25023f71f85c177c77a83ed10d7f3e7692
parent25128758007c1ad29c2378e1dc9841810eef4462
Fixes to Dockerfile scripts.

- Put buildfiles into /tmp/clang-build/build, instead of /tmp/clang-build.
  We checkout the sources to /tmp/clang-build/src and running
  cmake in /tmp/clang-build was done by mistake.
- Don't add an extra ';' at the start of enabled projects list.
  It worked either way, but looked strange.
- Minor comment update.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307258 91177308-0d34-0410-b5e6-96231b3b80d8
utils/docker/scripts/build_install_llvm.sh