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


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to