Author: chris
Date: 2006-04-18 10:10:30 -0600 (Tue, 18 Apr 2006)
New Revision: 1407
Modified:
trunk/BOOK/chroot/common/util-linux.xml
trunk/BOOK/temp-system/x86_64-64/gcc.xml
Log:
Eliminated a redundant -r from a cp command, and added an explanation for make
parameters in chroot/util-linux.
Modified: trunk/BOOK/chroot/common/util-linux.xml
===================================================================
--- trunk/BOOK/chroot/common/util-linux.xml 2006-04-18 15:02:11 UTC (rev
1406)
+++ trunk/BOOK/chroot/common/util-linux.xml 2006-04-18 16:10:30 UTC (rev
1407)
@@ -47,6 +47,25 @@
<screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen>
+ <variablelist os="bg">
+ <title>The meaning of the make parameters:</title>
+
+ <varlistentry>
+ <term><parameter>ARCH=""</parameter></term>
+ <listitem>
+ <para>This disables the detection of the architecture.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><parameter>CPU=""</parameter></term>
+ <listitem>
+ <para>This disables the detection of the CPU.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
<para os="ce">Only a few of the utilities contained in this package need
to be
built:</para>
Modified: trunk/BOOK/temp-system/x86_64-64/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/x86_64-64/gcc.xml 2006-04-18 15:02:11 UTC (rev
1406)
+++ trunk/BOOK/temp-system/x86_64-64/gcc.xml 2006-04-18 16:10:30 UTC (rev
1407)
@@ -138,7 +138,7 @@
</filename> to <filename class="directory">/tools/lib</filename>.
We also delete the /tools/lib64 directory:</para>
-<screen os="dq"><userinput>cp -var /tools/lib64/* /tools/lib
+<screen os="dq"><userinput>cp -va /tools/lib64/* /tools/lib
rm -rvf /tools/lib64</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page