Changeset 6309d01


Ignore:
Timestamp:
Apr 18, 2006, 12:42:46 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
47cdb4e
Parents:
6de5a22
Message:

r2953@server (orig r1407): chris | 2006-04-18 09:10:30 -0700
Eliminated a redundant -r from a cp command, and added an explanation for make parameters in chroot/util-linux.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chroot/common/util-linux.xml

    r6de5a22 r6309d01  
    4848<screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen>
    4949
     50    <variablelist os="bg">
     51      <title>The meaning of the make parameters:</title>
     52
     53      <varlistentry>
     54        <term><parameter>ARCH=""</parameter></term>
     55        <listitem>
     56          <para>This disables the detection of the architecture.</para>
     57        </listitem>
     58      </varlistentry>
     59
     60      <varlistentry>
     61        <term><parameter>CPU=""</parameter></term>
     62        <listitem>
     63          <para>This disables the detection of the CPU.</para>
     64        </listitem>
     65      </varlistentry>
     66
     67    </variablelist>
     68
    5069    <para os="ce">Only a few of the utilities contained in this package need to be
    5170    built:</para>
  • temp-system/x86_64-64/gcc.xml

    r6de5a22 r6309d01  
    139139    We also delete the /tools/lib64 directory:</para>
    140140
    141 <screen os="dq"><userinput>cp -var /tools/lib64/* /tools/lib
     141<screen os="dq"><userinput>cp -va /tools/lib64/* /tools/lib
    142142rm -rvf /tools/lib64</userinput></screen>
    143143
Note: See TracChangeset for help on using the changeset viewer.