From 9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Thu, 19 Feb 2004 22:35:14 +0000 Subject: Small textual frobbings, and removing an unneeded {,share/}. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index aa00353a2..a700a9cc9 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -590,10 +590,9 @@ of binaries. would be destroyed and you would have to build the three toolchain packages all over again. -To save another couple of megabytes, you can throw away all the -documentation: +To save another 30 MB, you can remove all the documentation: -rm -rf /tools/{,share/}{doc,info,man} +rm -rf /tools/{doc,info,man} You will now need to have at least 850 MB of free space on your LFS file system to be able to build and install Glibc in the next phase. If you can -- cgit v1.2.3-54-g00ecf