mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Strengthened the seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0eb0afb41d
commit
65e5785c1e
@ -96,6 +96,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>October 28th, 2003 [greg]: Strengthened the seds in "Locking
|
||||||
|
in Glibc" and "Re-adjusting the toolchain" sections.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>October 26th, 2003 [greg]: Chapter 6 - Glibc: Added command to
|
<listitem><para>October 26th, 2003 [greg]: Chapter 6 - Glibc: Added command to
|
||||||
create /etc/ld.so.conf to match Chapter 5 Glibc. Closes bug 700.</para></listitem>
|
create /etc/ld.so.conf to match Chapter 5 Glibc. Closes bug 700.</para></listitem>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ to the new dynamic linker. A simple sed will accomplish this:</para>
|
|||||||
<!-- Ampersands are needed to allow cut and paste -->
|
<!-- Ampersands are needed to allow cut and paste -->
|
||||||
|
|
||||||
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
||||||
sed -e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \
|
sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
|
||||||
$SPECFILE > tempspecfile &&
|
$SPECFILE > tempspecfile &&
|
||||||
mv -f tempspecfile $SPECFILE &&
|
mv -f tempspecfile $SPECFILE &&
|
||||||
unset SPECFILE</userinput></screen>
|
unset SPECFILE</userinput></screen>
|
||||||
|
@ -43,7 +43,7 @@ this:</para>
|
|||||||
<!-- Ampersands are needed to allow cut and paste -->
|
<!-- Ampersands are needed to allow cut and paste -->
|
||||||
|
|
||||||
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
||||||
sed -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \
|
sed -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
|
||||||
$SPECFILE > newspecfile &&
|
$SPECFILE > newspecfile &&
|
||||||
mv -f newspecfile $SPECFILE &&
|
mv -f newspecfile $SPECFILE &&
|
||||||
unset SPECFILE</userinput></screen>
|
unset SPECFILE</userinput></screen>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031027">
|
<!ENTITY version "CVS-20031028">
|
||||||
<!ENTITY releasedate "October 27th, 2003">
|
<!ENTITY releasedate "October 28th, 2003">
|
||||||
<!ENTITY milestone "5.0">
|
<!ENTITY milestone "5.0">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user