diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 19:29:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 19:29:31 +0000 |
commit | 2b1174bee649fe5f442631a33e2d004bf0317dc7 (patch) | |
tree | c1e22d85eb83f342451abc03dcd2ca0b291d1ee0 /chapter06/glibc-exp.xml | |
parent | 884d51d657245ad3efbe8785747f6c4cea31f8ab (diff) |
text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index e63c2e61b..41a8f8ae1 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -9,8 +9,7 @@ next section.</para> of the Glibc installation is running ldconfig to update the dynamic loader cache. If this file doesn't exist, the installation will abort with an error that it can't read the file, so we simply create an empty file (the empty file -will have Glibc default to using /lib and /usr/lib which is fine -right now).</para> +will have Glibc default to using /lib and /usr/lib which is fine).</para> <para><userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~:</userinput> This sed command @@ -35,7 +34,8 @@ because as we don't have glibc on the LFS system yet, usernames can't be resolved to their user id's. Therefore, we replace the username root with the id 0. </para> -<para><userinput>mv tmp~ login/Makefile:</userinput> Asabove, we are using a temporary file (<filename>tmp~</filename>) to store the +<para><userinput>mv tmp~ login/Makefile:</userinput> As above, we are using +a temporary file (<filename>tmp~</filename>) to store the edited Makefile and then copying it back over the original.</para> <para><userinput>--enable-add-ons:</userinput> This enables the add-on that |