Changeset 4462e59


Ignore:
Timestamp:
Apr 18, 2006, 12:42:46 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4fc5a87
Parents:
54d004a8
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.

Location:
BOOK
Files:
2 edited

Legend:

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

    r54d004a8 r4462e59  
    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>
  • BOOK/temp-system/x86_64-64/gcc.xml

    r54d004a8 r4462e59  
    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.