diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 11:52:41 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 11:52:41 +0000 |
commit | 40abfd5df275ae22d832a991a24883c28e4259f6 (patch) | |
tree | 6cca422f17cee01270ef3be3f76204f4c4856059 /chapter06 | |
parent | 313ca76210ced5b65eb0a30594959d6fc8ae5115 (diff) |
Modify chapter 6 Glibc's make install command to allow test-installation.pl to run.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7307 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index be1ccec1d..de0d272e5 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -149,21 +149,7 @@ Prevent this warning with:</para> <para>Install the package:</para> -<screen><userinput>make install_root=/ install</userinput></screen> - -<para>The meaning of the make option:</para> - -<variablelist> -<varlistentry> -<term><parameter>install_root=/</parameter></term> -<listitem><para>This causes the Glibc Makefile not to run the -<filename>scripts/test-installation.pl</filename> script at the end -of Glibc installation. Since the toolchain has not been adjusted yet for -the new Glibc, this script would test Glibc installed in -<filename class="directory">/tools</filename> and fail because the -libidn add-on has not been installed there.</para></listitem> -</varlistentry> -</variablelist> +<screen><userinput>make install</userinput></screen> <para>The locales that can make the system respond in a different language were not installed by the above command. None of the |