Bladeren bron

Fixed minor typos in the instructions, and corrected the download URL for util-linux.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 jaren geleden
bovenliggende
commit
fbb00ac78a
3 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 1 1
      chapter04/chapter04.xml
  2. 4 4
      chapter05/glibc-inst.xml
  3. 1 1
      chapter06/zlib-inst.xml

+ 1 - 1
chapter04/chapter04.xml

@@ -200,7 +200,7 @@ Texinfo (&texinfo-version;) - &texinfo-size;:
 <ulink url="http://freshmeat.net/projects/texinfo/"/>
 
 Util-linux (&util-linux-version;) - &util-linux-size;:
-<ulink url="http://ftp.cwi.nl/aeb/util-linux/"/>
+<ulink url="http://freshmeat.net/projects/util-linux/"/>
 
 Vim (&vim-version;) - &vim-size;:
 <ulink url="http://freshmeat.net/projects/vim/"/>

+ 4 - 4
chapter05/glibc-inst.xml

@@ -105,11 +105,11 @@ those locales which you need or want. This can be achieved by using the
 found in the <filename>INSTALL</filename> file in the
 <filename>glibc-&glibc-version;</filename> tree. However, there are a
 number of locales that are essential for the tests of future packages
-to pass correctly.  The following instructions, in place of the
-install-locales command above, will install the minimum set of locales
-necessary for the tests to run successfully:</para>
+to pass correctly, in particular, the libstdc++ tests from GCC.  The following 
+instructions, in place of the install-locales command above, will install 
+the minimum set of locales necessary for the tests to run successfully:</para>
 
-<para><screen><userinput>mkdir -p /stage1/lib/locale
+<para><screen><userinput>mkdir -p /tools/lib/locale
 localedef -i de_DE -f ISO-8859-1 de_DE
 localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
 localedef -i en_HK -f ISO-8859-1 en_HK

+ 1 - 1
chapter06/zlib-inst.xml

@@ -14,7 +14,7 @@ so by applying this patch:</para>
 <para><screen><userinput>./configure --prefix=/usr --shared</userinput></screen></para>
 
 <para>Note:  Zlib is known to build it's shared library incorrectly
-if a CFLAGS is specified in the enviornment.  If you are using your
+if a CFLAGS is specified in the environment.  If you are using your
 own CFLAGS variables, ensure you add the <emphasis role="strong">-fPIC</emphasis>
 directive during this stage, and remove it after.</para>