From: Reid Spencer Date: Mon, 16 Jul 2007 23:25:52 +0000 (+0000) Subject: Normally, we don't want to install and we only need to build tools. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=162c51828627d89c8b2ddec4f23c5aeec6415737;p=oota-llvm.git 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 --- diff --git a/build-for-llvm-top.sh b/build-for-llvm-top.sh index 0f87faef789..630aaae0ed6 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