summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-02-27 21:19:42 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-02-27 21:19:42 +0000
commitd76403be1da5aeebba5d4610f2edde81b0964a99 (patch)
tree1640269425e60ba5b34575f19c9077d473bcff63 /docs
parent14551f041b36f4d224db5945e3433d384ecc6a7f (diff)
downloadllvm-d76403be1da5aeebba5d4610f2edde81b0964a99.tar.gz
llvm-d76403be1da5aeebba5d4610f2edde81b0964a99.tar.bz2
llvm-d76403be1da5aeebba5d4610f2edde81b0964a99.tar.xz
[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". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 146a5c5f50..3e3834b091 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -87,10 +87,6 @@ Here's the short story for getting up and running quickly with LLVM:
* ``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.