summaryrefslogtreecommitdiffstats
path: root/user/installation/kernel.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-08-11 12:50:45 +1000
committerChris Johns <chrisj@rtems.org>2020-08-12 10:59:17 +1000
commit441d2e15f3566919eac29b0e1a22cb59a31051f9 (patch)
treec9be9aace00936cb78f5fdcf628c813296411ac1 /user/installation/kernel.rst
parentuser: Remove RSB sb-builder command (diff)
downloadrtems-docs-441d2e15f3566919eac29b0e1a22cb59a31051f9.tar.bz2
user, eclipse: Remove RSB sb-bootstrap command
Update #4046
Diffstat (limited to 'user/installation/kernel.rst')
-rw-r--r--user/installation/kernel.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/installation/kernel.rst b/user/installation/kernel.rst
index f8c3c6f..fca4ed7 100644
--- a/user/installation/kernel.rst
+++ b/user/installation/kernel.rst
@@ -57,18 +57,18 @@ The developers version of the code from git requires we ``bootstrap`` the
source code. This is an ``autoconf`` and ``automake`` bootstrap to create the
various files generated by ``autoconf`` and ``automake``. RTEMS does not keep
these generated files under version control. The bootstrap process is slow so
-to speed it up the RSB provides a command that can perform the bootstrap in
+to speed it up we provide a command that can perform the bootstrap in
parallel using your available cores. We need to enter the cloned source
directory then run the bootstrap commands:
.. code-block:: none
$ cd rtems
- $ ./bootstrap -c && $HOME/development/rtems/rsb/source-builder/sb-bootstrap
+ $ ./bootstrap -c && ./rtems-bootstrap
removing automake generated Makefile.in files
removing configure files
removing aclocal.m4 files
- RTEMS Source Builder - RTEMS Bootstrap, 5 (089327b5dcf9)
+ RTEMS Bootstrap, 5 (089327b5dcf9)
1/139: autoreconf: configure.ac
2/139: autoreconf: cpukit/configure.ac
3/139: autoreconf: tools/cpu/configure.ac