From 238527e1046df4a3af31d7699e3f4a5f2b345036 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 14 Sep 2003 21:47:20 +0000 Subject: Minor adjustments, mainly of markup. And dropping file removal from the 'stripping' phase -- the files are small. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/chapter05.xml') 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. --strip-unneeded on the libraries -- they would be destroyed and you would have to build Glibc all over again. -To save another couple of megabytes, you can throw away the documentation -and some of the bigger unneeded programs: +To save another couple of megabytes, you can throw away all the +documentation: -rm -rf /tools/{,share/}{doc,info,man} -rm /tools/bin/{addr2line,gprof,nm,size,strings,strip} +rm -rf /tools/{,share/}{doc,info,man} 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. -- cgit v1.2.3-54-g00ecf