summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-27 21:26:40 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-28 00:10:27 +0100
commit1f6f57df7c081f56424bd38cf8a2c16f60f4cd71 (patch)
treeb16486a5b519d47c5d00a32eaf0eefbb42d5c9b4
parentd616c05529e7bd3e8cfd6106f9067c3de7c2b91c (diff)
doc: Update stale references in "Bootstrapping".
* doc/guix.texi (Bootstrapping): Final definitions are in (gnu packages commencement). Change gnu-build-system xref to "Build Systems".
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index d4bc74f8a43..aad201771a8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5173,7 +5173,7 @@ no-dependency requirement is verified by checking whether the files of
5173the final tool chain contain references to the @file{/gnu/store} 5173the final tool chain contain references to the @file{/gnu/store}
5174directories of the bootstrap inputs. The process that leads to this 5174directories of the bootstrap inputs. The process that leads to this
5175``final'' tool chain is described by the package definitions found in 5175``final'' tool chain is described by the package definitions found in
5176the @code{(gnu packages base)} module. 5176the @code{(gnu packages commencement)} module.
5177 5177
5178@c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>. 5178@c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>.
5179The first tool that gets built with the bootstrap binaries is 5179The first tool that gets built with the bootstrap binaries is
@@ -5194,7 +5194,7 @@ And voilà! At this point we have the complete set of build tools that
5194the GNU Build System expects. These are in the @code{%final-inputs} 5194the GNU Build System expects. These are in the @code{%final-inputs}
5195variable of the @code{(gnu packages commencement)} module, and are 5195variable of the @code{(gnu packages commencement)} module, and are
5196implicitly used by any package that uses @code{gnu-build-system} 5196implicitly used by any package that uses @code{gnu-build-system}
5197(@pxref{Defining Packages}). 5197(@pxref{Build Systems, @code{gnu-build-system}}).
5198 5198
5199 5199
5200@unnumberedsubsec Building the Bootstrap Binaries 5200@unnumberedsubsec Building the Bootstrap Binaries