[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1188-g11e2d29

git git at cross-lfs.org
Mon Jun 2 04:00:02 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  11e2d295f40c24cf99aa25f71305f159e61649f3 (commit)
       via  63d00be35ddba85fa476ab36c457f2ca65bfaec6 (commit)
       via  005fd8503dbca14c79f7f02b8b6d0014fb964f18 (commit)
       via  29023d34e06461ad7d13402253f44e10496a68f1 (commit)
      from  509df0fc7c3528f208db258d44c26a1c584555aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 11e2d295f40c24cf99aa25f71305f159e61649f3
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:57:54 2014 -0400

    Added entity for minimum kernel version

diff --git a/BOOK/cross-tools/64/glibc.xml b/BOOK/cross-tools/64/glibc.xml
index 49db731..0e6b90c 100644
--- a/BOOK/cross-tools/64/glibc.xml
+++ b/BOOK/cross-tools/64/glibc.xml
@@ -58,7 +58,7 @@
       AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
       ../glibc-&glibc-version;/configure --prefix=/tools \
       --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+      --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
       --with-binutils=/cross-tools/bin --with-headers=/tools/include \
       --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/common/glibc.xml b/BOOK/cross-tools/common/glibc.xml
index d25feda..4bbfc3e 100644
--- a/BOOK/cross-tools/common/glibc.xml
+++ b/BOOK/cross-tools/common/glibc.xml
@@ -54,7 +54,7 @@ sed 's/\\$$(pwd)/`pwd`/' timezone/Makefile.orig > timezone/Makefile</userinpu
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32 \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; \
     --with-__thread --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include --enable-obsolete-rpc \
     --cache-file=config.cache</userinput></screen>
@@ -110,10 +110,10 @@ sed 's/\\$$(pwd)/`pwd`/' timezone/Makefile.orig > timezone/Makefile</userinpu
       </varlistentry>
 
       <varlistentry os="dg7">
-        <term><parameter>--enable-kernel=2.6.32</parameter></term>
+        <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term>
         <listitem>
           <para>This tells Glibc to compile the library with support
-          for 2.6.32 and later Linux kernels.</para>
+          for &glibc-kernel-version; and later Linux kernels.</para>
         </listitem>
       </varlistentry>
 
diff --git a/BOOK/cross-tools/mips64/glibc-n32.xml b/BOOK/cross-tools/mips64/glibc-n32.xml
index 907a244..84f83d5 100644
--- a/BOOK/cross-tools/mips64/glibc-n32.xml
+++ b/BOOK/cross-tools/mips64/glibc-n32.xml
@@ -63,7 +63,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/glibc-64bit.xml b/BOOK/cross-tools/multilib/glibc-64bit.xml
index 6029db8..b199288 100644
--- a/BOOK/cross-tools/multilib/glibc-64bit.xml
+++ b/BOOK/cross-tools/multilib/glibc-64bit.xml
@@ -63,7 +63,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/glibc.xml b/BOOK/cross-tools/multilib/glibc.xml
index d67fbc1..ba39206 100644
--- a/BOOK/cross-tools/multilib/glibc.xml
+++ b/BOOK/cross-tools/multilib/glibc.xml
@@ -58,7 +58,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index dcd02b1..d4f8dc0 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -76,7 +76,7 @@ cd ../glibc-build</userinput></screen>
     <para os="g">Prepare Glibc for compilation:</para>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
+    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
     --enable-obsolete-rpc</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/mips64/glibc-n32.xml b/BOOK/final-system/mips64/glibc-n32.xml
index a90f833..4cb845b 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -69,7 +69,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/multilib/glibc-64bit.xml b/BOOK/final-system/multilib/glibc-64bit.xml
index 9ba60db..ece7c89 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -69,7 +69,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/multilib/glibc.xml b/BOOK/final-system/multilib/glibc.xml
index bcea5ae..08fb8f2 100644
--- a/BOOK/final-system/multilib/glibc.xml
+++ b/BOOK/final-system/multilib/glibc.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64-64/glibc.xml b/BOOK/final-system/ppc64-64/glibc.xml
index e83eb84..731fd78 100644
--- a/BOOK/final-system/ppc64-64/glibc.xml
+++ b/BOOK/final-system/ppc64-64/glibc.xml
@@ -74,7 +74,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64/glibc-64bit.xml b/BOOK/final-system/ppc64/glibc-64bit.xml
index 2a03ffe..95acc84 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64/glibc.xml b/BOOK/final-system/ppc64/glibc.xml
index eea7047..326915b 100644
--- a/BOOK/final-system/ppc64/glibc.xml
+++ b/BOOK/final-system/ppc64/glibc.xml
@@ -84,7 +84,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/sparc64-64/glibc.xml b/BOOK/final-system/sparc64-64/glibc.xml
index 7e974a8..bec8ba0 100644
--- a/BOOK/final-system/sparc64-64/glibc.xml
+++ b/BOOK/final-system/sparc64-64/glibc.xml
@@ -82,7 +82,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/sparc64/glibc-64bit.xml b/BOOK/final-system/sparc64/glibc-64bit.xml
index 0c20dcf..0c82ea2 100644
--- a/BOOK/final-system/sparc64/glibc-64bit.xml
+++ b/BOOK/final-system/sparc64/glibc-64bit.xml
@@ -76,7 +76,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/x86/glibc.xml b/BOOK/final-system/x86/glibc.xml
index 49b5b92..8d707de 100644
--- a/BOOK/final-system/x86/glibc.xml
+++ b/BOOK/final-system/x86/glibc.xml
@@ -66,7 +66,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
+    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
     --enable-obsolete-rpc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index aec95ed..eb13a2e 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -71,7 +71,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/x86_64/glibc-64bit.xml b/BOOK/final-system/x86_64/glibc-64bit.xml
index fc7c3df..3d781ef 100644
--- a/BOOK/final-system/x86_64/glibc-64bit.xml
+++ b/BOOK/final-system/x86_64/glibc-64bit.xml
@@ -71,7 +71,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 59f7c53..859f2e4 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -213,6 +213,7 @@
 <!ENTITY glibc-md5 "e26b8cc666b162f999404b03970f14e4">
 <!ENTITY glibc-home "http://www.gnu.org/software/libc/">
 <!ENTITY glibc-ld-name "ld-&glibc-version;.so">
+<!ENTITY glibc-kernel-version "2.6.32">
 
 <!ENTITY gmp-version "6.0.0">
 <!ENTITY gmp-size "1,904 KB">
diff --git a/BOOK/temp-system/common/choose.xml b/BOOK/temp-system/common/choose.xml
index a0634d5..29fa871 100644
--- a/BOOK/temp-system/common/choose.xml
+++ b/BOOK/temp-system/common/choose.xml
@@ -34,9 +34,10 @@
   you can simply chroot. Booting is required when you are compiling for a
   different architecture, such as building a PowerPC system from an x86. The
   rule of thumb here is that if the architectures match and you are running
-  the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you
-  can just chroot. If you aren't running the same series kernel, or are
-  wanting to run a different ABI, you will need to use the boot option.</para>
+  the same series kernel (specifically, a &glibc-kernel-version; or newer
+  Linux kernel) you can just chroot. If you aren't running the same series
+  kernel, or are wanting to run a different ABI, you will need to use the boot
+  option.</para>
 
   <para os="d">If you are in any doubt about this, you can try the following
   commands to see if you can chroot:</para>

commit 63d00be35ddba85fa476ab36c457f2ca65bfaec6
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:52:11 2014 -0400

    More text updates on aboutclfs page

diff --git a/BOOK/partitioning/common/aboutclfs.xml b/BOOK/partitioning/common/aboutclfs.xml
index bc2a7fa..81e0214 100644
--- a/BOOK/partitioning/common/aboutclfs.xml
+++ b/BOOK/partitioning/common/aboutclfs.xml
@@ -11,12 +11,14 @@
   <title>About ${CLFS}</title>
 
   <para>Throughout this book, the environment variable <envar>CLFS</envar> will
-  be used several times. It is paramount that this variable is always defined.
-  It should be set to the mount point chosen for the CLFS partition.
-  For the purposes of this book, it is assumed that the file system
-  will be mounted under <filename class="directory">/mnt/clfs</filename>,
-  but the directory choice is up to you. Decide on a directory location and set
-  the variable with the following command:</para>
+  be used several times. You should ensure that this variable is always defined
+  throughout the CLFS build process. It should be set to the name of the
+  directory where you will be building your CLFS system - we will use
+  <filename class="directory">/mnt/clfs</filename> as an example, but the
+  directory choice is up to you. If you are building CLFS on a separate
+  partition, this directory will be the mount point for the partition.
+  Choose a directory location and set the variable with the
+  following command:</para>
 
 <screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen>
 
@@ -27,17 +29,17 @@
   processes the command line.</para>
 
   <para>Do not forget to check that <envar>${CLFS}</envar> is set whenever
-  you leave and reenter the current working environment (as when doing a
-  <quote>su</quote> to <systemitem class="username">root</systemitem> or
+  you leave and reenter the current working environment (such as when doing a
+  <command>su</command> to <systemitem class="username">root</systemitem> or
   another user). Check that the <envar>CLFS</envar> variable is set up
   properly with:</para>
 
 <screen><userinput>echo ${CLFS}</userinput></screen>
 
-  <para>Make sure the output shows the path to the CLFS partition's mount
-  point, which is <filename class="directory">/mnt/clfs</filename> if the
+  <para>Make sure the output shows the path to your CLFS system's build
+  location, which is <filename class="directory">/mnt/clfs</filename> if the
   provided example was followed. If the output is incorrect, use the command
-  given earlier on this page to set <envar>${CLFS}</envar> to the correct
+  given earlier on this  page to set <envar>${CLFS}</envar> to the correct
   directory name.</para>
 
 </sect1>

commit 005fd8503dbca14c79f7f02b8b6d0014fb964f18
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:51:44 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 3a29f4d..435ba8c 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 29023d34e06461ad7d13402253f44e10496a68f1
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 05:22:59 2014 -0400

    Alphabetize package entities

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index b44c6b7..59f7c53 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -139,19 +139,18 @@
 <!ENTITY e2fsprogs-md5 "55cc59c587a7199fd9d93b2843842236">
 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
 
-<!ENTITY glibc-version "2.19">
-<!ENTITY glibc-size "12,083 KB">
-<!ENTITY glibc-url "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-&glibc-version;.tar.xz">
-<!ENTITY glibc-md5 "e26b8cc666b162f999404b03970f14e4">
-<!ENTITY glibc-home "http://www.gnu.org/software/libc/">
-<!ENTITY glibc-ld-name "ld-&glibc-version;.so">
-
 <!ENTITY elftoaout-version "2.3">
 <!ENTITY elftoaout-size "16 KB">
 <!ENTITY elftoaout-url "http://gd.tuwien.ac.at/opsys/linux/Owl/pool/sources/elftoaout/elftoaout-&elftoaout-version;.tgz">
 <!ENTITY elftoaout-md5 "be3bd6f7ba8ae107cbdbaa820ba64f86">
 <!ENTITY elftoaout-home " ">
 
+<!ENTITY eudev-version "1.7">
+<!ENTITY eudev-size "1,756 KB">
+<!ENTITY eudev-url "ftp://mirror.ovh.net/gentoo-distfiles/distfiles/eudev-&eudev-version;.tar.gz">
+<!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
+<!ENTITY eudev-home "http://www.gentoo.org/proj/en/eudev/">
+
 <!ENTITY expat-version "2.1.0">
 <!ENTITY expat-size "556 KB">
 <!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.gz">
@@ -208,6 +207,13 @@
 <!ENTITY gettext-md5 "241aba309d07aa428252c74b40a818ef">
 <!ENTITY gettext-home "&gnu-software;gettext">
 
+<!ENTITY glibc-version "2.19">
+<!ENTITY glibc-size "12,083 KB">
+<!ENTITY glibc-url "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-&glibc-version;.tar.xz">
+<!ENTITY glibc-md5 "e26b8cc666b162f999404b03970f14e4">
+<!ENTITY glibc-home "http://www.gnu.org/software/libc/">
+<!ENTITY glibc-ld-name "ld-&glibc-version;.so">
+
 <!ENTITY gmp-version "6.0.0">
 <!ENTITY gmp-size "1,904 KB">
 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;a.tar.xz">
@@ -470,12 +476,6 @@
 <!ENTITY texinfo-md5 "cb489df8a7ee9d10a236197aefdb32c5">
 <!ENTITY texinfo-home "&gnu-software;texinfo">
 
-<!ENTITY eudev-version "1.7">
-<!ENTITY eudev-size "1,756 KB">
-<!ENTITY eudev-url "ftp://mirror.ovh.net/gentoo-distfiles/distfiles/eudev-&eudev-version;.tar.gz">
-<!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
-<!ENTITY eudev-home "http://www.gentoo.org/proj/en/eudev/">
-
 <!ENTITY uname_hack-version "20080713">
 <!ENTITY uname_hack-size "4 KB">
 <!ENTITY uname_hack-url "&extras-root;uname_hack-&uname_hack-version;.tar.bz2">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/64/glibc.xml              |    2 +-
 BOOK/cross-tools/common/glibc.xml          |    6 +++---
 BOOK/cross-tools/mips64/glibc-n32.xml      |    2 +-
 BOOK/cross-tools/multilib/glibc-64bit.xml  |    2 +-
 BOOK/cross-tools/multilib/glibc.xml        |    2 +-
 BOOK/final-system/common/glibc.xml         |    2 +-
 BOOK/final-system/mips64/glibc-n32.xml     |    2 +-
 BOOK/final-system/multilib/glibc-64bit.xml |    2 +-
 BOOK/final-system/multilib/glibc.xml       |    2 +-
 BOOK/final-system/ppc64-64/glibc.xml       |    2 +-
 BOOK/final-system/ppc64/glibc-64bit.xml    |    2 +-
 BOOK/final-system/ppc64/glibc.xml          |    2 +-
 BOOK/final-system/sparc64-64/glibc.xml     |    2 +-
 BOOK/final-system/sparc64/glibc-64bit.xml  |    2 +-
 BOOK/final-system/x86/glibc.xml            |    2 +-
 BOOK/final-system/x86_64-64/glibc.xml      |    2 +-
 BOOK/final-system/x86_64/glibc-64bit.xml   |    2 +-
 BOOK/general.ent                           |    2 +-
 BOOK/packages.ent                          |   27 ++++++++++++++-------------
 BOOK/partitioning/common/aboutclfs.xml     |   24 +++++++++++++-----------
 BOOK/temp-system/common/choose.xml         |    7 ++++---
 21 files changed, 51 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list