mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Reworded the notes in the General Compilation Instructions
and added a note to bin-utils to have users actually read the General Compilation Instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
62b2fca938
commit
16471f8539
@ -37,10 +37,12 @@
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2009-08-16</para>
|
||||
<para>2009-08-19</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>No changes to date.</para>
|
||||
<para>[bdubbs] - Reworded the notes in the General Compilation
|
||||
Instructions and added a note to bin-utils to have users
|
||||
actually read the General Compilation Instructions.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -43,6 +43,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Cross Binutils</title>
|
||||
|
||||
<note><para>Go back and re-read the notes in the previous section.
|
||||
Understanding the notes lablelled important will save you a lot
|
||||
of problems later.</para></note>
|
||||
|
||||
<para>It is important that Binutils be the first package compiled
|
||||
because both Glibc and GCC perform various tests on the available
|
||||
linker and assembler to determine which of their own features to
|
||||
|
@ -55,14 +55,18 @@
|
||||
|
||||
<listitem>
|
||||
|
||||
<para>Finally, one last important item must be emphasized:</para>
|
||||
<para>Finally, two last important items must be emphasized:</para>
|
||||
|
||||
<important>
|
||||
<para>The build instructions assume that the <command>bash</command>
|
||||
shell is in use.</para>
|
||||
</important>
|
||||
|
||||
<important>
|
||||
<para>Before issuing the build instructions for a package, the package
|
||||
should be unpacked as user <systemitem class="username">lfs</systemitem>,
|
||||
and a <command>cd</command> into the created directory should be
|
||||
performed. The build instructions assume that the
|
||||
<command>bash</command> shell is in use.</para>
|
||||
performed.</para>
|
||||
</important>
|
||||
</listitem>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20090812">
|
||||
<!ENTITY releasedate "August 12, 2009">
|
||||
<!ENTITY version "SVN-20090819">
|
||||
<!ENTITY releasedate "August 19, 2009">
|
||||
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.5">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user