[Clfs-commits] commit: r4196 - in /trunk/BOOK: ./ bootable/ bootscripts/ chroot/ chroot/native/ cross-tools/ cross-tools/native/ final-system/ introduction/ introduction/native/ materials/ partitioning/ prologue/native/ stylesheets/ temp-system/ temp-system/native/ testsuite-tools/

svn at cross-lfs.org svn at cross-lfs.org
Tue Dec 23 22:29:51 PST 2008


Author: jim
Date: Wed Dec 24 06:29:50 2008
New Revision: 4196

Log:
Creating of CLFS Native Structure

Added:
    trunk/BOOK/bootable/native-chapter.xml
    trunk/BOOK/bootscripts/native-chapter.xml
    trunk/BOOK/chroot/native/
    trunk/BOOK/chroot/native-chapter.xml
    trunk/BOOK/chroot/native/changingowner.xml
    trunk/BOOK/chroot/native/chroot.xml
    trunk/BOOK/chroot/native/createfiles.xml
    trunk/BOOK/chroot/native/creatingdirs.xml
    trunk/BOOK/chroot/native/devices.xml
    trunk/BOOK/chroot/native/e2fsprogs.xml
    trunk/BOOK/chroot/native/introduction.xml
    trunk/BOOK/chroot/native/kernfs.xml
    trunk/BOOK/chroot/native/pwdgroup.xml
    trunk/BOOK/chroot/native/util-linux-ng.xml
    trunk/BOOK/cross-tools/native/
    trunk/BOOK/cross-tools/native-chapter.xml
    trunk/BOOK/cross-tools/native/binutils.xml
    trunk/BOOK/cross-tools/native/cflags.xml
    trunk/BOOK/cross-tools/native/file.xml
    trunk/BOOK/cross-tools/native/gcc-final.xml
    trunk/BOOK/cross-tools/native/gcc-static.xml
    trunk/BOOK/cross-tools/native/glibc.xml
    trunk/BOOK/cross-tools/native/introduction.xml
    trunk/BOOK/cross-tools/native/linux-headers.xml
    trunk/BOOK/final-system/native-chapter.xml
    trunk/BOOK/introduction/native/
    trunk/BOOK/introduction/native-chapter.xml
    trunk/BOOK/introduction/native/changelog.xml
    trunk/BOOK/introduction/native/how.xml
    trunk/BOOK/introduction/native/livecd.xml
    trunk/BOOK/introduction/native/whatsnew.xml
    trunk/BOOK/materials/native-chapter.xml
    trunk/BOOK/native-index.xml
    trunk/BOOK/partitioning/native-chapter.xml
    trunk/BOOK/prologue/native/
    trunk/BOOK/prologue/native/bookinfo.xml
    trunk/BOOK/temp-system/native/
    trunk/BOOK/temp-system/native-chapter.xml
    trunk/BOOK/temp-system/native/bash.xml
    trunk/BOOK/temp-system/native/binutils.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/gcc.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/introduction.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/zlib.xml
    trunk/BOOK/testsuite-tools/native-chapter.xml
Modified:
    trunk/BOOK/Makefile
    trunk/BOOK/stylesheets/top-index.xsl

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile (original)
+++ trunk/BOOK/Makefile Wed Dec 24 06:29:50 2008
@@ -7,7 +7,7 @@
 
 S		:= -
 
-ARCHS		:= x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc ppc64 alpha
+ARCHS		:= x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc ppc64 alpha native
 
 ARCHS_HTML	:= $(ARCHS:%=%$(S)html)
 ARCHS_NOCHUNKS	:= $(ARCHS:%=%$(S)nochunks)

Modified: trunk/BOOK/stylesheets/top-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/top-index.xsl (original)
+++ trunk/BOOK/stylesheets/top-index.xsl Wed Dec 24 06:29:50 2008
@@ -96,6 +96,21 @@
       </div>
       <div class="toc">
         <h3>
+          <xsl:text>Native Build</xsl:text>
+        </h3>
+	<ul>
+          <h3>
+             <xsl:text>Work in Progress.</xsl:text>
+          </h3>
+          <li>
+            <h4>
+              <a href="native">
+                <xsl:text>Native</xsl:text>
+              </a>
+            </h4>
+          </li>
+        </ul>
+        <h3>
           <xsl:text>32 Bit Builds</xsl:text>
         </h3>
         <ul>




More information about the Clfs-commits mailing list