Ignore:
Timestamp:
01/22/2006 01:14:30 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e6ab4b5
Parents:
3b45abb
Message:

Ported r7292 from trunk to alphabetical.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7293 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/util-linux.xml

    r3b45abb rb4cd3c5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-tools-util-linux" role="wrap">
    7 <title>Util-linux-&util-linux-version;</title>
    8 <?dbhtml filename="util-linux.html"?>
     9  <?dbhtml filename="util-linux.html"?>
    910
    10 <indexterm zone="ch-tools-util-linux">
    11 <primary sortas="a-Util-linux">Util-linux</primary>
    12 <secondary>tools</secondary></indexterm>
     11  <title>Util-linux-&util-linux-version;</title>
    1312
    14 <sect2 role="package"><title/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/util-linux.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     13  <indexterm zone="ch-tools-util-linux">
     14    <primary sortas="a-Util-linux">Util-linux</primary>
     15    <secondary>tools</secondary>
     16  </indexterm>
    1617
    17 <segmentedlist>
    18 <segtitle>&buildtime;</segtitle>
    19 <segtitle>&diskspace;</segtitle>
    20 <seglistitem><seg>0.2 SBU</seg><seg>8.9 MB</seg></seglistitem>
    21 </segmentedlist>
     18  <sect2 role="package">
     19    <title/>
    2220
    23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/util-linux.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     21    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     22    href="../chapter06/util-linux.xml"
     23    xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
    2424
    25 </sect2>
     25    <segmentedlist>
     26      <segtitle>&buildtime;</segtitle>
     27      <segtitle>&diskspace;</segtitle>
    2628
    27 <sect2 role="installation">
    28 <title>Installation of Util-linux</title>
     29      <seglistitem>
     30        <seg>0.2 SBU</seg>
     31        <seg>8.9 MB</seg>
     32      </seglistitem>
     33    </segmentedlist>
    2934
    30 <para>Util-linux does not use the freshly installed headers and libraries from
    31 the <filename class="directory">/tools</filename> directory by default. This is
    32 fixed by altering the configure script:</para>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../chapter06/util-linux.xml"
     37    xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     38
     39  </sect2>
     40
     41  <sect2 role="installation">
     42    <title>Installation of Util-linux</title>
     43
     44    <para>Util-linux does not use the freshly installed headers and libraries
     45    from the <filename class="directory">/tools</filename> directory by default.
     46    This is fixed by altering the configure script:</para>
    3347
    3448<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
    3549
    36 <para>Prepare Util-linux for compilation:</para>
     50    <para>Prepare Util-linux for compilation:</para>
    3751
    3852<screen><userinput>./configure</userinput></screen>
    3953
    40 <para>Compile some support routines:</para>
     54    <para>Compile some support routines:</para>
    4155
    4256<screen><userinput>make -C lib</userinput></screen>
    4357
    44 <para>Only a few of the utilities contained in this package need to be
    45 built:</para>
     58    <para>Only a few of the utilities contained in this package need to be
     59    built:</para>
    4660
    4761<screen><userinput>make -C mount mount umount
    4862make -C text-utils more</userinput></screen>
    4963
    50 <para>This package does not come with a test suite.</para>
     64    <para>This package does not come with a test suite.</para>
    5165
    52 <para>Copy these programs to the temporary tools directory:</para>
     66    <para>Copy these programs to the temporary tools directory:</para>
    5367
    5468<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
    5569
    56 </sect2>
     70  </sect2>
    5771
    58 <sect2 role="content"><title/>
    59 <para>Details on this package are located in <xref
    60 linkend="contents-utillinux" role="."/></para>
    61 </sect2>
     72  <sect2 role="content">
     73    <title/>
     74
     75    <para>Details on this package are located in
     76    <xref linkend="contents-utillinux" role="."/></para>
     77
     78  </sect2>
     79
    6280</sect1>
    63 
Note: See TracChangeset for help on using the changeset viewer.