Changeset 55581cc


Ignore:
Timestamp:
Feb 4, 2014, 6:45:00 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d8f2af1
Parents:
9bef024
Message:

32bit and Pure-64bit books didn't get the mv command for the gdb.py files during final system gcc copied over from master branch. This is now fixed. Noticed when building ppc and inspecting ldconfig -v output.

Location:
BOOK/final-system
Files:
5 edited

Legend:

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

    r9bef024 r55581cc  
    136136    xpointer="xpointer(//*[@os='z'])"/>
    137137
     138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     139    href="../common/gcc.xml"
     140    xpointer="xpointer(//*[@os='aa'])"/>
     141
     142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     143    href="../common/gcc.xml"
     144    xpointer="xpointer(//*[@os='ab'])"/>
     145
    138146  </sect2>
    139147
  • BOOK/final-system/common/gcc.xml

    r9bef024 r55581cc  
    106106<screen os="z"><userinput>ln -sv gcc /usr/bin/cc</userinput></screen>
    107107
     108    <para os="aa">Finally, move a misplaced file:</para>
     109
     110<screen os="ab"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
     111
    108112  </sect2>
    109113
  • BOOK/final-system/mips/gcc.xml

    r9bef024 r55581cc  
    130130    xpointer="xpointer(//*[@os='z'])"/>
    131131
     132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     133    href="../common/gcc.xml"
     134    xpointer="xpointer(//*[@os='aa'])"/>
     135
     136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     137    href="../common/gcc.xml"
     138    xpointer="xpointer(//*[@os='ab'])"/>
     139
    132140  </sect2>
    133141
  • BOOK/final-system/mips64-64/gcc.xml

    r9bef024 r55581cc  
    136136    xpointer="xpointer(//*[@os='z'])"/>
    137137
     138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     139    href="../common/gcc.xml"
     140    xpointer="xpointer(//*[@os='aa'])"/>
     141
     142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     143    href="../common/gcc.xml"
     144    xpointer="xpointer(//*[@os='ab'])"/>
     145
    138146  </sect2>
    139147
  • BOOK/final-system/ppc64/gcc.xml

    r9bef024 r55581cc  
    130130    xpointer="xpointer(//*[@os='z'])"/>
    131131
     132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     133    href="../common/gcc.xml"
     134    xpointer="xpointer(//*[@os='aa'])"/>
     135
     136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     137    href="../common/gcc.xml"
     138    xpointer="xpointer(//*[@os='ab'])"/>
     139
    132140  </sect2>
    133141
Note: See TracChangeset for help on using the changeset viewer.