diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 37a222bd1..e3503a958 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -62,7 +62,7 @@ esac</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../glibc-&glibc-version;-fhs-1.patch</userinput></screen> - <para>The Glibc documentation recommends building Glibc + <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build @@ -139,7 +139,7 @@ cd build</userinput></screen> generally harmless. This <command>msgfmt</command> program is part of the Gettext package which the host distribution should provide.</para> - <note><para>There have been reports that this package may fail when + <note><para>There have been reports that this package may fail when building as a "parallel make". If this occurs, rerun the make command with a "-j1" option.</para></note> |