Typos: be more precise on the build page when mentioning the non-cmake build system
authorDaniel Malea <daniel.malea@intel.com>
Tue, 5 Mar 2013 22:43:08 +0000 (22:43 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 5 Mar 2013 22:43:08 +0000 (22:43 +0000)
llvm-svn: 176524

lldb/www/build.html

index c57dda5..72709bb 100755 (executable)
                   <br>&gt; ninja check-lldb\r
                 </code>\r
                 <h3>Using CMake + Unix Makefiles</h3>\r
-                <p>If you do not have Ninja, you can still use CMake to generate GNU Makefiles that build LLDB:</p>\r
+                <p>If you do not have Ninja, you can still use CMake to generate Unix Makefiles that build LLDB:</p>\r
                 <code>\r
                   <br>&gt; cmake -C ..\r
                   <br>&gt; make lldb\r
                   <br>&gt; make check-lldb\r
                 </code>\r
-                <h2>To build with configure and GNU Make</h2>\r
+                <h2>To build with autoconf</h2>\r
                 <p>If you are using clang:</p>\r
                 <code>\r
                   <br>&gt; $llvm/configure --enable-cxx11\r
                 <p> If you wish to build with libc++ instead of libstdc++ (the default), you should run configure with the\r
                 <tt>--enable-libcpp</tt> flag.</p>\r
                 <p> If you wish to build a release version of LLDB, run configure with the <tt>--enable-optimized</tt> flag.</p>\r
-                <p> To run the LLDB test suite after building with configure and make, run:</p>\r
+                <p> To run the LLDB test suite after building with autoconf, run:</p>\r
                 <code>\r
                   <br>&gt; make -C tools/lldb/test\r
                 </code>\r