mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added commands to the Chapter 6 Binutils instructions to suppress the installation of standards.info, thanks to Greg Schafer for contributing the fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
58c4a181a7
commit
3e0c69197f
@ -40,6 +40,11 @@
|
||||
<listitem>
|
||||
<para>2008-10-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added commands to the Chapter 6 Binutils instructions
|
||||
to suppress the installation of standards.info. Thanks to Greg
|
||||
Schafer for contributing the fix.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a patch to the Procps instructions to fix a
|
||||
unicode related issue in the watch program.</para>
|
||||
|
@ -61,6 +61,13 @@ Ask your system administrator to create more.</computeroutput></screen>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
|
||||
|
||||
<para>Suppress the installation of an outdated
|
||||
<filename>standards.info</filename> file as a newer one is installed later
|
||||
on in the Autoconf instructions:</para>
|
||||
|
||||
<screen><userinput remap="pre">rm -fv etc/standards.info
|
||||
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
|
||||
|
||||
<para>The Binutils documentation recommends building Binutils outside of the
|
||||
source directory in a dedicated build directory:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user