Fixed command to remove unneeded documentation from /tools/share

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2003-09-08 18:46:00 +00:00
parent 5044934c10
commit ceb18c4be8
2 changed files with 4 additions and 1 deletions

View File

@ -82,6 +82,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>September 8th, 2003 [matt]: Chapter 5 - Fixed the rm command
that deletes unneeded documentation from /tools/share.</para></listitem>
<listitem><para>September 6th, 2003 [matt]: Chapter 6 - Removed a reference
to "the static" directory in the intro.</para></listitem>

View File

@ -59,7 +59,7 @@ 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><screen><userinput>rm -r /tools/share/{doc,info,man}
<para><screen><userinput>rm -rf /tools/{,share/}{doc,info,man}
rm /tools/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para>
<para>You will now need to have at least 700 MB of free space on your LFS