Changeset 6587192 in clfs-sysroot


Ignore:
Timestamp:
Mar 15, 2009, 6:22:56 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0dbbc9a
Parents:
fa6113f
Message:

Added Arch to Util-Linux-NG. Updated descriptions of configure parameters.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux-ng.xml

    rfa6113f r6587192  
    4747
    4848<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    49     --enable-partx --disable-wall --enable-write \
    50     --disable-makeinstall-chown</userinput></screen>
     49    --enable-arch --enable-partx --disable-wall \
     50    --enable-write --disable-makeinstall-chown</userinput></screen>
    5151
    5252    <variablelist os="c">
     
    5454
    5555      <varlistentry>
     56        <term><parameter>--enable-arch</parameter></term>
     57        <listitem>
     58          <para>This option allows the <command>arch</command> program to be
     59          installed.</para>
     60        </listitem>
     61      </varlistentry>
     62
     63      <varlistentry>
    5664        <term><parameter>--enable-partx</parameter></term>
    5765        <listitem>
    58           <para>Enable partx stuff (need more description).</para>
     66          <para>Enables building the <command>addpart</command>, <command>delpart</command>,
     67           <command>partx</command> programs.</para>
     68        </listitem>
     69      </varlistentry>
     70
     71      <varlistentry>
     72        <term><parameter>--enable-write</parameter></term>
     73        <listitem>
     74          <para>This option allows the <command>write</command> program to be
     75          installed.</para>
    5976        </listitem>
    6077      </varlistentry>
     
    6582          <para>Disables building the <command>wall</command> program,
    6683          as the Sysvinit package installs its own version.</para>
    67         </listitem>
    68       </varlistentry>
    69 
    70       <varlistentry>
    71         <term><parameter>--enable-write</parameter></term>
    72         <listitem>
    73           <para>This option allows the <command>write</command> program to be
    74           installed.</para>
    75         </listitem>
    76       </varlistentry>
    77 
    78       <varlistentry>
    79         <term><parameter>--disable-makeinstall-chown</parameter></term>
    80         <listitem>
    81           <para>This option prevents installed programs from having groups
    82           changed. They will be changed later in the book.</para>
    8384        </listitem>
    8485      </varlistentry>
  • BOOK/introduction/common/changelog.xml

    rfa6113f r6587192  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[jciccone] - Added Arch to Util-Linux-NG. Updated descriptions
     44          of configure parameters.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[jciccone] - Updated Util-Linux-NG to 2.14.2.</para>
    4448        </listitem>
     
    5357        </listitem>
    5458        <listitem>
    55           <para>[jciccone] - Added New Compressors patches to File, Man, Texinfo, Tar.</para>
     59          <para>[jciccone] - Added New Compressors patches to File, Man,
     60          Texinfo, Tar.</para>
    5661        </listitem>
    5762        <listitem>
     
    107112        </listitem>
    108113        <listitem>
    109           <para>[jciccone] - Diffutils wants ed as a editor. Changed it to Vim.</para>
     114          <para>[jciccone] - Diffutils wants ed as a editor. Changed it to
     115          Vim.</para>
    110116        </listitem>
    111117        <listitem>
     
    116122        </listitem>
    117123        <listitem>
    118           <para>[jciccone] - Updated MPFR to 2.4.1 and added branch update patch.</para>
     124          <para>[jciccone] - Updated MPFR to 2.4.1 and added branch update
     125          patch.</para>
    119126        </listitem>
    120127        <listitem>
Note: See TracChangeset for help on using the changeset viewer.