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
This commit is contained in:
Reid Spencer 2007-07-16 23:25:52 +00:00
parent 3b52308476
commit 162c518286

View File

@ -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