[llvm-commits] [llvm] r39944 - /llvm/trunk/build-for-llvm-top.sh
Reid Spencer
rspencer at reidspencer.com
Mon Jul 16 16:25:52 PDT 2007
Author: reid
Date: Mon Jul 16 18:25:52 2007
New Revision: 39944
URL: http://llvm.org/viewvc/llvm-project?rev=39944&view=rev
Log:
Normally, we don't want to install and we only need to build tools.
Modified:
llvm/trunk/build-for-llvm-top.sh
Modified: llvm/trunk/build-for-llvm-top.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/build-for-llvm-top.sh?rev=39944&r1=39943&r2=39944&view=diff
==============================================================================
--- llvm/trunk/build-for-llvm-top.sh (original)
+++ llvm/trunk/build-for-llvm-top.sh Mon Jul 16 18:25:52 2007
@@ -29,4 +29,4 @@
fi
echo make $build_opts '&&' make install $build_opts
-make $build_opts && make install $build_opts
+make $build_opts tools-only
More information about the llvm-commits
mailing list