Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated simp branch to match main book

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/util-linux-32.xml

    r1c9985f r026bb5d  
    66]>
    77
    8 <sect1 id="ch-system-udev-n32" role="wrap">
    9   <?dbhtml filename="udev-n32.html"?>
     8<sect1 id="ch-boot-util-linux-32" role="wrap">
     9  <?dbhtml filename="util-linux-32.html"?>
    1010
    11   <title>Udev-&udev-version; N32 Libraries</title>
     11  <title>Util-linux-&util-linux-version; 32bit</title>
    1212
    13   <indexterm zone="ch-system-udev-n32">
    14     <primary sortas="a-Udev">Udev</primary>
    15     <secondary>N32</secondary>
     13  <indexterm zone="ch-boot-util-linux-32">
     14    <primary sortas="a-Util-linux">Util-linux 32bit</primary>
     15    <secondary>boot</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../common/udev.xml"
     19  href="../../final-system/common/util-linux.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Udev</title>
     23    <title>Installation of Util-linux 32 bit</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
     28
     29<screen os="be"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG= \
     30  ./configure \
     31    --prefix=/tools --exec-prefix=/tools \
     32    --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
     33    --without-ncurses --disable-makeinstall-chown</userinput></screen>
    2434
    2535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/udev.xml"
    27     xpointer="xpointer(//*[@os='a'])"/>
    28 
    29 <screen os="b"><userinput>CC="gcc ${BUILDN32}"./configure --prefix=/usr \
    30   --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
    31   --libdir=/usr/lib32 --disable-extras --disable-introspection</userinput></screen>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/udev.xml"
    35     xpointer="xpointer(//*[@os='c'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/udev.xml"
     36    href="../common/util-linux.xml"
    3937    xpointer="xpointer(//*[@os='d'])"/>
    4038
    4139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/udev.xml"
     40    href="../common/util-linux.xml"
     41    xpointer="xpointer(//*[@os='e'])"/>
     42
     43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     44    href="../common/util-linux.xml"
    4345    xpointer="xpointer(//*[@os='g'])"/>
    4446
    4547    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/udev.xml"
     48    href="../common/util-linux.xml"
    4749    xpointer="xpointer(//*[@os='h'])"/>
    4850
     
    5355
    5456    <para>Details on this package are located in <xref
    55     linkend="contents-udev" role="."/></para>
     57    linkend="contents-util-linux" role="."/></para>
    5658
    5759  </sect2>
     60
    5861</sect1>
    59 
    60 
    61 
Note: See TracChangeset for help on using the changeset viewer.