Changeset e1bee3d4


Ignore:
Timestamp:
Jan 8, 2014, 10:47:50 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
979f0f0
Parents:
4523411
Message:

Fix binutils instructions to ensure tooldir is used on make

Location:
BOOK/final-system
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/binutils.xml

    r4523411 re1bee3d4  
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8484    href="../common/binutils.xml"
    85     xpointer="xpointer(//*[@os='m'])"/>
    86 
    87     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    88     href="../common/binutils.xml"
    8985    xpointer="xpointer(//*[@os='n'])"/>
    9086
  • BOOK/final-system/common/binutils.xml

    r4523411 re1bee3d4  
    6262    <para os="j">Compile the package:</para>
    6363
    64 <screen os="k"><userinput>make</userinput></screen>
     64<screen os="k"><userinput>make tooldir=/usr</userinput></screen>
    6565
    6666    <important os="l">
    67       <para>During <command>make</command> you may receive the
     67      <para>During <command>make tooldir=/usr</command> you may receive the
    6868      following error message. It is safe to ignore.</para>
    6969
     
    7373can get `Flex' from any GNU archive site.</computeroutput></screen>
    7474    </important>
    75 
    76 <screen os="m"><userinput>make tooldir=/usr</userinput></screen>
    7775
    7876    <variablelist os="n">
  • BOOK/final-system/mips64/binutils.xml

    r4523411 re1bee3d4  
    8282    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383    href="../common/binutils.xml"
    84     xpointer="xpointer(//*[@os='m'])"/>
    85 
    86     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    87     href="../common/binutils.xml"
    8884    xpointer="xpointer(//*[@os='n'])"/>
    8985
  • BOOK/final-system/multilib/binutils.xml

    r4523411 re1bee3d4  
    8282    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383    href="../common/binutils.xml"
    84     xpointer="xpointer(//*[@os='m'])"/>
    85 
    86     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    87     href="../common/binutils.xml"
    8884    xpointer="xpointer(//*[@os='n'])"/>
    8985
  • BOOK/final-system/x86_64-64/binutils.xml

    r4523411 re1bee3d4  
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8282    href="../common/binutils.xml"
    83     xpointer="xpointer(//*[@os='m'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/binutils.xml"
    8783    xpointer="xpointer(//*[@os='n'])"/>
    8884
Note: See TracChangeset for help on using the changeset viewer.