From 162c51828627d89c8b2ddec4f23c5aeec6415737 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 Jul 2007 23:25:52 +0000 Subject: [PATCH] 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 --- build-for-llvm-top.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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