mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00: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>
|
||||
<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>
|
||||
<para>2008-11-23</para>
|
||||
<itemizedlist>
|
||||
|
@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
||||
</important>
|
||||
|
||||
<!-- Ampersands are needed to allow copy and paste -->
|
||||
<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' \
|
||||
> `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
|
||||
<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' > \
|
||||
`dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
|
||||
|
||||
<para>During the build process, GCC runs a script
|
||||
(<command>fixincludes</command>) that scans the system for header files
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20081123">
|
||||
<!ENTITY releasedate "November 23, 2008">
|
||||
<!ENTITY version "SVN-20081201">
|
||||
<!ENTITY releasedate "December 1, 2008">
|
||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user