[Clfs-commits] commit: r4491 - in /trunk/BOOK: chroot/native/ temp-system/ temp-system/native/ temp-system/native64/

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 17 17:00:09 PST 2009


Author: jim
Date: Sun Jan 18 01:00:04 2009
New Revision: 4491

Log:
Removed Native and Native64 Duplications

Removed:
    trunk/BOOK/chroot/native/e2fsprogs.xml
    trunk/BOOK/chroot/native/util-linux-ng.xml
    trunk/BOOK/temp-system/native/bash.xml
    trunk/BOOK/temp-system/native/bzip2.xml
    trunk/BOOK/temp-system/native/coreutils.xml
    trunk/BOOK/temp-system/native/diffutils.xml
    trunk/BOOK/temp-system/native/file.xml
    trunk/BOOK/temp-system/native/findutils.xml
    trunk/BOOK/temp-system/native/gawk.xml
    trunk/BOOK/temp-system/native/gettext.xml
    trunk/BOOK/temp-system/native/gmp.xml
    trunk/BOOK/temp-system/native/grep.xml
    trunk/BOOK/temp-system/native/gzip.xml
    trunk/BOOK/temp-system/native/lzma.xml
    trunk/BOOK/temp-system/native/m4.xml
    trunk/BOOK/temp-system/native/make.xml
    trunk/BOOK/temp-system/native/mpfr.xml
    trunk/BOOK/temp-system/native/ncurses.xml
    trunk/BOOK/temp-system/native/patch.xml
    trunk/BOOK/temp-system/native/sed.xml
    trunk/BOOK/temp-system/native/tar.xml
    trunk/BOOK/temp-system/native/texinfo.xml
    trunk/BOOK/temp-system/native/vim.xml
    trunk/BOOK/temp-system/native/zlib.xml
    trunk/BOOK/temp-system/native64/bash.xml
    trunk/BOOK/temp-system/native64/bzip2.xml
    trunk/BOOK/temp-system/native64/coreutils.xml
    trunk/BOOK/temp-system/native64/diffutils.xml
    trunk/BOOK/temp-system/native64/file.xml
    trunk/BOOK/temp-system/native64/findutils.xml
    trunk/BOOK/temp-system/native64/gawk.xml
    trunk/BOOK/temp-system/native64/gettext.xml
    trunk/BOOK/temp-system/native64/gmp.xml
    trunk/BOOK/temp-system/native64/grep.xml
    trunk/BOOK/temp-system/native64/gzip.xml
    trunk/BOOK/temp-system/native64/lzma.xml
    trunk/BOOK/temp-system/native64/m4.xml
    trunk/BOOK/temp-system/native64/make.xml
    trunk/BOOK/temp-system/native64/mpfr.xml
    trunk/BOOK/temp-system/native64/ncurses.xml
    trunk/BOOK/temp-system/native64/patch.xml
    trunk/BOOK/temp-system/native64/sed.xml
    trunk/BOOK/temp-system/native64/tar.xml
    trunk/BOOK/temp-system/native64/texinfo.xml
    trunk/BOOK/temp-system/native64/vim.xml
    trunk/BOOK/temp-system/native64/zlib.xml
Modified:
    trunk/BOOK/temp-system/native-chapter.xml
    trunk/BOOK/temp-system/native/introduction.xml
    trunk/BOOK/temp-system/native64-chapter.xml

Modified: trunk/BOOK/temp-system/native-chapter.xml
==============================================================================
--- trunk/BOOK/temp-system/native-chapter.xml (original)
+++ trunk/BOOK/temp-system/native-chapter.xml Sun Jan 18 01:00:04 2009
@@ -12,29 +12,30 @@
   <title>Constructing a Temporary System</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gmp.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/mpfr.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/zlib.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/ncurses.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/bash.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/bzip2.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/coreutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/diffutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/findutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/file.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gawk.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gettext.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/grep.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/lzma.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/m4.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/make.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/patch.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/sed.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/tar.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/texinfo.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/vim.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gawk.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gettext.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/grep.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/lzma.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/make.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patch.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
 
 </chapter>

Modified: trunk/BOOK/temp-system/native/introduction.xml
==============================================================================
--- trunk/BOOK/temp-system/native/introduction.xml (original)
+++ trunk/BOOK/temp-system/native/introduction.xml Sun Jan 18 01:00:04 2009
@@ -39,5 +39,4 @@
 <screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
     If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen>
 
-
 </sect1>

Modified: trunk/BOOK/temp-system/native64-chapter.xml
==============================================================================
--- trunk/BOOK/temp-system/native64-chapter.xml (original)
+++ trunk/BOOK/temp-system/native64-chapter.xml Sun Jan 18 01:00:04 2009
@@ -12,29 +12,30 @@
   <title>Constructing a Temporary System</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gmp.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/mpfr.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/zlib.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gmp.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/mpfr.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/zlib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/ncurses.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/bash.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/bzip2.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/coreutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/diffutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/findutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/file.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gawk.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gettext.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/grep.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/lzma.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/m4.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/make.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/patch.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/sed.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/tar.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/texinfo.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/vim.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/coreutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/findutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gawk.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gettext.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/grep.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/lzma.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/make.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/patch.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/sed.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/vim.xml"/>
 
 </chapter>




More information about the Clfs-commits mailing list