Changeset 3eaa352a


Ignore:
Timestamp:
Jan 8, 2014, 8:30:09 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3a5852f
Parents:
eaeba4b5
Message:

Binutils does not need configure-host

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils-32.xml

    reaeba4b5 r3eaa352a  
    113113    <para os="be">Compile the package:</para>
    114114
    115 <screen os="bf"><userinput>make configure-host
    116 make</userinput></screen>
    117 
    118     <variablelist os="bg">
    119       <title>The meaning of the make options:</title>
    120 
    121       <varlistentry os="bg1">
    122         <term><parameter>configure-host</parameter></term>
    123         <listitem>
    124           <para>This checks the host environment and makes sure all the
    125           necessary tools are available to compile Binutils.</para>
    126         </listitem>
    127       </varlistentry>
    128 
    129     </variablelist>
     115<screen os="bf"><userinput>make</userinput></screen>
    130116
    131117    <para os="bh">Install the package:</para>
  • BOOK/cross-tools/common/binutils.xml

    reaeba4b5 r3eaa352a  
    120120    <para os="be">Compile the package:</para>
    121121
    122 <screen os="bf"><userinput>make configure-host
    123 make</userinput></screen>
    124 
    125     <variablelist os="bg">
    126       <title>The meaning of the make options:</title>
    127 
    128       <varlistentry os="bg1">
    129         <term><parameter>configure-host</parameter></term>
    130         <listitem>
    131           <para>This checks the host environment and makes sure all the
    132           necessary tools are available to compile Binutils.</para>
    133         </listitem>
    134       </varlistentry>
    135 
    136     </variablelist>
     122<screen os="bf"><userinput>make</userinput></screen>
    137123
    138124    <para os="bh">Install the package:</para>
  • BOOK/cross-tools/multilib/binutils.xml

    reaeba4b5 r3eaa352a  
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../common/binutils.xml"
    98     xpointer="xpointer(//*[@os='bg'])"/>
    99 
    100     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../common/binutils.xml"
    10298    xpointer="xpointer(//*[@os='bh'])"/>
    10399
  • BOOK/final-system/common/binutils.xml

    reaeba4b5 r3eaa352a  
    6262    <para os="j">Compile the package:</para>
    6363
    64 <screen os="k"><userinput>make configure-host</userinput></screen>
     64<screen os="k"><userinput>make</userinput></screen>
    6565
    6666    <important os="l">
    67       <para>During <command>make configure-host</command> you may receive the
     67      <para>During <command>make</command> you may receive the
    6868      following error message. It is safe to ignore.</para>
    6969
  • BOOK/introduction/common/changelog.xml

    reaeba4b5 r3eaa352a  
    3939    <listitem>
    4040      <para>08 January 2014</para>
     41      <listitem>
     42        <para>[Chris] - Removed unneeded "make configure-host" commands
     43        from Binutils.</para>
     44      </listitem>
    4145      <itemizedlist>
    4246        <listitem>
Note: See TracChangeset for help on using the changeset viewer.