diff options
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 722ea9e25..1ce12a4a4 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -56,11 +56,10 @@ of binaries.</para> <userinput>--strip-unneeded</userinput> on the libraries -- they would be destroyed and you would have to build Glibc all over again.</para> -<para>To save another couple of megabytes, you can throw away the documentation -and some of the bigger unneeded programs:</para> +<para>To save another couple of megabytes, you can throw away all the +documentation:</para> -<para><screen><userinput>rm -rf /tools/{,share/}{doc,info,man} -rm /tools/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para> +<para><screen><userinput>rm -rf /tools/{,share/}{doc,info,man}</userinput></screen></para> <para>You will now need to have at least 700 MB of free space on your LFS filesystem to be able to build and install Glibc in the next phase.</para> |