summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-13 01:19:36 +0000
committerobrien <obrien@FreeBSD.org>2000-10-13 01:19:36 +0000
commitd1724c542c30df5f9f2a7626abe7a3685b27f8cb (patch)
tree863c43e3ace5406362c9144d6b4db16fc460d6b0 /Makefile.inc1
parent11ad16e614a5b689815149fca0f3e94d1d34f95d (diff)
downloadFreeBSD-src-d1724c542c30df5f9f2a7626abe7a3685b27f8cb.zip
FreeBSD-src-d1724c542c30df5f9f2a7626abe7a3685b27f8cb.tar.gz
Number the stages in the documentation to match what is printed out when
running.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6a2d28d..3ce7704 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -137,21 +137,21 @@ INSTALLTMP= ${TMPDIR}/install.${TMPPID}
#
# Building a world goes through the following stages
#
-# bootstrap-tool stage [BMAKE]
+# 1. bootstrap-tool stage [BMAKE]
# This stage is responsible for creating programs that
# are needed for backward compatibility reasons. They
# are not built as cross-tools.
-# build-tool stage [TMAKE]
+# 2. build-tool stage [TMAKE]
# This stage is responsible for creating the object
# tree and building any tools that are needed during
# the build process.
-# cross-tool stage [XMAKE]
+# 3. cross-tool stage [XMAKE]
# This stage is responsible for creating any tools that
# are needed for cross-builds. A cross-compiler is one
# of them.
-# world stage [WMAKE]
+# 4. world stage [WMAKE]
# This stage actually builds the world.
-# install stage (optional) [IMAKE]
+# 5. install stage (optional) [IMAKE]
# This stage installs a previously built world.
#
OpenPOWER on IntegriCloud