mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-22 20:25:04 +01:00
Adjust line break in adjusting toolchain section to avoid confusion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bf3704761a
commit
2a6c7b3e26
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2008-12-01</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Adjusted the line break in the adjusting toolchain
|
||||||
|
section so that the output redirection does not look like a secondary
|
||||||
|
bash prompt. Thanks to Chris Staub for the idea.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-11-23</para>
|
<para>2008-11-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
|||||||
</important>
|
</important>
|
||||||
|
|
||||||
<!-- Ampersands are needed to allow copy and paste -->
|
<!-- Ampersands are needed to allow copy and paste -->
|
||||||
<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' \
|
<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' > \
|
||||||
> `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
|
`dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
|
||||||
|
|
||||||
<para>During the build process, GCC runs a script
|
<para>During the build process, GCC runs a script
|
||||||
(<command>fixincludes</command>) that scans the system for header files
|
(<command>fixincludes</command>) that scans the system for header files
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20081123">
|
<!ENTITY version "SVN-20081201">
|
||||||
<!ENTITY releasedate "November 23, 2008">
|
<!ENTITY releasedate "December 1, 2008">
|
||||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user