summaryrefslogtreecommitdiff
path: root/build-for-llvm-top.sh
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-16 23:25:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-16 23:25:52 +0000
commit162c51828627d89c8b2ddec4f23c5aeec6415737 (patch)
treed711f5c23bcf292aefba11cd386797f901b1cc24 /build-for-llvm-top.sh
parent3b52308476c6a31c734fd7d66791d556ea42cd13 (diff)
downloadllvm-162c51828627d89c8b2ddec4f23c5aeec6415737.tar.gz
llvm-162c51828627d89c8b2ddec4f23c5aeec6415737.tar.bz2
llvm-162c51828627d89c8b2ddec4f23c5aeec6415737.tar.xz
Normally, we don't want to install and we only need to build tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'build-for-llvm-top.sh')
-rw-r--r--build-for-llvm-top.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-for-llvm-top.sh b/build-for-llvm-top.sh
index 0f87faef78..630aaae0ed 100644
--- a/build-for-llvm-top.sh
+++ b/build-for-llvm-top.sh
@@ -29,4 +29,4 @@ if test ! -x "config.status" ; then
fi
echo make $build_opts '&&' make install $build_opts
-make $build_opts && make install $build_opts
+make $build_opts tools-only