Author: jciccone
Date: 2006-05-26 14:36:55 -0600 (Fri, 26 May 2006)
New Revision: 1663
Added:
branches/clfs-2.0/BOOK/cross-tools/common/file.xml
Modified:
branches/clfs-2.0/BOOK/Makefile
branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml
branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml
branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml
Log:
Added file to cross-tools and fixed the xml for gcc.
Modified: branches/clfs-2.0/BOOK/Makefile
===================================================================
--- branches/clfs-2.0/BOOK/Makefile 2006-05-26 19:53:57 UTC (rev 1662)
+++ branches/clfs-2.0/BOOK/Makefile 2006-05-26 20:36:55 UTC (rev 1663)
@@ -121,7 +121,7 @@
@echo -e " \e[0;32mtrouble \e[0;34m$(ARCHS_TROUBLE)\e[0;0m"
@echo
@echo "Dump-Commands Targets"
- @echo -e " \e[0;32mtdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m"
+ @echo -e " \e[0;32mdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m"
@echo
@echo "Download-List Targets"
@echo -e " \e[0;32mdownload-list \e[0;34m$(ARCHS_DLLIST)\e[0;0m"
Modified: branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-05-26 19:53:57 UTC
(rev 1662)
+++ branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-05-26 20:36:55 UTC
(rev 1663)
@@ -20,5 +20,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Added: branches/clfs-2.0/BOOK/cross-tools/common/file.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/file.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/cross-tools/common/file.xml 2006-05-26 20:36:55 UTC
(rev 1663)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-cross-tools-file">
+ <?dbhtml filename="file.html"?>
+
+ <title>File-&file-version;</title>
+
+ <sect2 role="installation">
+ <title>Installation of File</title>
+
+ <note>You only need to install <package>file</package> if your host has
+ a version other then file-&file-version; installed.</note>
+
+ <para>Prepare File for compilation:</para>
+
+<screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
+
+ <para>Compile the Package:</para>
+
+<screen><userinput>make</userinput></screen>
+
+ <para>Install the package:</para>
+
+<screen><userinput>make install</userinput></screen>
+
+ </sect2>
+
+</sect1>
Modified: branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml 2006-05-26
19:53:57 UTC (rev 1662)
+++ branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml 2006-05-26
20:36:55 UTC (rev 1663)
@@ -48,15 +48,15 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="gcc-static.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="gcc-static.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="gcc-static.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<screen os="ae"><userinput>../gcc-&gcc-version;/configure
--prefix=/cross-tools \
--host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
Modified: branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml 2006-05-26
19:53:57 UTC (rev 1662)
+++ branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml 2006-05-26
20:36:55 UTC (rev 1663)
@@ -37,15 +37,15 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/gcc.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/gcc.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/gcc.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<screen os="ae"><userinput>../gcc-&gcc-version;/configure
--prefix=/cross-tools \
--host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page