diff options
Diffstat (limited to 'chapter06/glibc.xml')
-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 |