[Lldb-commits] [lldb] r178569 - Minor update to build instructions: workaround a bug in cmake+make build files
Daniel Malea
daniel.malea at intel.com
Tue Apr 2 13:08:20 PDT 2013
Author: dmalea
Date: Tue Apr 2 15:08:19 2013
New Revision: 178569
URL: http://llvm.org/viewvc/llvm-project?rev=178569&view=rev
Log:
Minor update to build instructions: workaround a bug in cmake+make build files
Modified:
lldb/trunk/www/build.html
Modified: lldb/trunk/www/build.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/build.html?rev=178569&r1=178568&r2=178569&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Tue Apr 2 15:08:19 2013
@@ -139,7 +139,7 @@
<p>If you do not have Ninja, you can still use CMake to generate Unix Makefiles that build LLDB:</p>
<code>
<br>> cmake -C ..
- <br>> make lldb
+ <br>> make
<br>> make check-lldb
</code>
<h2>To build with autoconf</h2>
More information about the lldb-commits
mailing list