diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
commit | 5e2cb652195321c7f63b5d22077e583b75118178 (patch) | |
tree | d64a6d22aa92dfd27bfd0df8a9b973c5068ab16a /chapter06/glibc-exp.xml | |
parent | 1f61f4234c1bb6da0c31e9370d76dc78c975ebba (diff) |
first set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index db8657eff..db07d76ff 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -1,16 +1,6 @@ <sect2> <title>Command explanations</title> -<para><userinput>mknod -m 0666 /dev/null c 1 3:</userinput> Glibc needs a -null device to compile properly. All other devices will be created in the -next section.</para> - -<para><userinput>touch /etc/ld.so.conf</userinput> One of the final steps -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).</para> - <para><userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile.backup > malloc/Makefile:</userinput> This sed command searches through <filename>malloc/Makefile.backup</filename> and |