[llvm] r202430 - [docs] Stop advertising 'make update'. It isn't implemented in CMake and
Chandler Carruth
chandlerc at gmail.com
Thu Feb 27 13:19:42 PST 2014
Author: chandlerc
Date: Thu Feb 27 15:19:42 2014
New Revision: 202430
URL: http://llvm.org/viewvc/llvm-project?rev=202430&view=rev
Log:
[docs] Stop advertising 'make update'. It isn't implemented in CMake and
seems unlikely to be added. It also doesn't seem like it should be part
of the build system at all (consider out-of-tree builds).
We should probably add nice, easy tool for this that works both for svn
client trees and git-svn client trees, but it probably won't be spelled
"make update".
Modified:
llvm/trunk/docs/GettingStarted.rst
Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=202430&r1=202429&r2=202430&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Thu Feb 27 15:19:42 2014
@@ -87,10 +87,6 @@ Here's the short story for getting up an
* ``make check-all`` --- This run the regression tests to ensure everything
is in working order.
- * ``make update`` --- This command is used to update all the svn repositories
- at once, rather then having to ``cd`` into the individual repositories and
- running ``svn update``.
-
* It is also possible to use CMake instead of the makefiles. With CMake it is
possible to generate project files for several IDEs: Xcode, Eclipse CDT4,
CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.
More information about the llvm-commits
mailing list