Author: jim
Date: 2006-08-16 01:47:17 -0600 (Wed, 16 Aug 2006)
New Revision: 2218
Modified:
/
trunk/BOOK/boot/mips/kernel.xml
trunk/BOOK/cross-tools/alpha/glibc-headers.xml
trunk/BOOK/cross-tools/common/binutils.xml
Log:
[EMAIL PROTECTED] (orig r2346): [EMAIL PROTECTED] | 2006-08-15 21:07:01 -0700
Text fixes, including fixing instances of "${CLFS_HOST)" and "${CLFS_TARGET)"
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2345
+ b6734a72-470d-0410-b049-f317dca95413:/:2346
Modified: trunk/BOOK/boot/mips/kernel.xml
===================================================================
--- trunk/BOOK/boot/mips/kernel.xml 2006-08-15 19:47:34 UTC (rev 2217)
+++ trunk/BOOK/boot/mips/kernel.xml 2006-08-16 07:47:17 UTC (rev 2218)
@@ -98,7 +98,7 @@
href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
-<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET)- \
+<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \
INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/cross-tools/alpha/glibc-headers.xml
===================================================================
--- trunk/BOOK/cross-tools/alpha/glibc-headers.xml 2006-08-15 19:47:34 UTC
(rev 2217)
+++ trunk/BOOK/cross-tools/alpha/glibc-headers.xml 2006-08-16 07:47:17 UTC
(rev 2218)
@@ -68,7 +68,7 @@
<varlistentry os="ca1">
<term><parameter>CC=gcc</parameter></term>
<listitem>
- <para>Tells GLIBC to use the hosts GCC compiler.</para>
+ <para>Tells Glibc to use the host's GCC compiler.</para>
</listitem>
</varlistentry>
@@ -85,7 +85,7 @@
<term><parameter>--build=${CLFS_HOST}</parameter></term>
<listitem>
<para>When used with --host, this creates a cross-architecture
- executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST).</para>
+ executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST}.</para>
</listitem>
</varlistentry>
@@ -93,7 +93,7 @@
<term><parameter>--host=${CLFS_TARGET}</parameter></term>
<listitem>
<para>When used with --build, this creates a cross-architecture
- executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST).</para>
+ executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST}.</para>
</listitem>
</varlistentry>
@@ -125,7 +125,7 @@
<varlistentry os="ca8">
<term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
<listitem>
- <para>This tells GLIBC to use the binutils for our specific
target architecture.</para>
+ <para>This tells Glibc to use the Binutils for our specific
target architecture.</para>
</listitem>
</varlistentry>
Modified: trunk/BOOK/cross-tools/common/binutils.xml
===================================================================
--- trunk/BOOK/cross-tools/common/binutils.xml 2006-08-15 19:47:34 UTC (rev
2217)
+++ trunk/BOOK/cross-tools/common/binutils.xml 2006-08-16 07:47:17 UTC (rev
2218)
@@ -64,7 +64,7 @@
<term><parameter>--host=${CLFS_HOST}</parameter></term>
<listitem>
<para>When used with --target, this creates a cross-architecture
- executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST).</para>
+ executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST}.</para>
</listitem>
</varlistentry>
@@ -72,7 +72,7 @@
<term><parameter>--target=${CLFS_TARGET}</parameter></term>
<listitem>
<para>When used with --host, this creates a cross-architecture
- executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST).</para>
+ executable that creates files for ${CLFS_TARGET} but runs on
${CLFS_HOST}.</para>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page