From fa6dfdba31001fd3d24a855db6a2f27b505cba4b Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sun, 12 Dec 2004 17:52:47 +0000 Subject: [PATCH] Consistently use the command tag instead of the quote tag: s/make buildworld/make buildworld/ and s/make installworld/make installworld/ Discussed with: blackend Approved by: simon (mentor) --- .../books/handbook/cutting-edge/chapter.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index db61b13068..0a9d5d2c14 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -690,10 +690,10 @@ /etc/group. There have been occasions when the installation part of - make installworld has expected certain usernames or groups + make installworld has expected certain usernames or groups to exist. When performing an upgrade it is likely that these users or groups did not exist. This caused problems when upgrading. - In some cases make buildworld will check to see if + In some cases make buildworld will check to see if these users or groups exist. A recent example of this is when the @@ -799,7 +799,7 @@ /usr/obj. The directories shadow those under /usr/src. - You can speed up the make buildworld process, and + You can speed up the make buildworld process, and possibly save yourself some dependency headaches by removing this directory as well. @@ -1528,14 +1528,14 @@ Script done, … /usr/obj contains all the object files that were produced during the compilation phase. Normally, one - of the first steps in the make buildworld process is to + of the first steps in the make buildworld process is to remove this directory and start afresh. In this case, keeping /usr/obj around after you have finished makes little sense, and will free up a large chunk of disk space (currently about 340 MB). However, if you know what you are doing you can have - make buildworld skip this step. This will make subsequent + make buildworld skip this step. This will make subsequent builds run much faster, since most of sources will not need to be recompiled. The flip side of this is that subtle dependency problems can creep in, causing your build to fail in odd ways. @@ -1556,7 +1556,7 @@ Script done, … you found a problem. In general (and this is not a hard and - fast rule) the make buildworld process builds new + fast rule) the make buildworld process builds new copies of essential tools (such as &man.gcc.1;, and &man.make.1;) and the system libraries. These tools and libraries are then installed. The new tools and libraries are @@ -1574,7 +1574,7 @@ Script done, … &prompt.root; make -DNOCLEAN all This will not undo the work of the previous - make buildworld. + make buildworld. If you see the message: @@ -1582,7 +1582,7 @@ Script done, … Building everything.. -------------------------------------------------------------- - in the make buildworld output then it is + in the make buildworld output then it is probably fairly safe to do so. If you do not see that message, or you are not sure, then it