[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1226-g737c63b

git git at cross-lfs.org
Wed Jun 4 03:32:53 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, sysvinit has been updated
       via  737c63b8ad3b988f1e5c15bce711bf58871adc35 (commit)
       via  4c0610b44ded048c4c6a8a34694600a4a597eb50 (commit)
       via  d11ce1ce4e1ba91317646337ab6a7387dc6cb595 (commit)
       via  ad4ad939debc575182de4549e5f596fe41e7ae9b (commit)
       via  c4d030205cf10de17d7a8c8ddce77fd76bd2575c (commit)
       via  2115f27be4d86c11ab0239f7b1a5750e2d5b020f (commit)
       via  c787a5f9553923ef6d2c22c8cd303a132c16250c (commit)
      from  37429269fb74f66ca0bb32cccbc700ba7279c4d1 (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 737c63b8ad3b988f1e5c15bce711bf58871adc35
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 06:31:24 2014 -0400

    mpfr enables shared by default

diff --git a/BOOK/temp-system/common/mpfr.xml b/BOOK/temp-system/common/mpfr.xml
index 2c6ea76..7df173f 100644
--- a/BOOK/temp-system/common/mpfr.xml
+++ b/BOOK/temp-system/common/mpfr.xml
@@ -33,8 +33,7 @@
     <para os="a">Prepare MPFR for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --enable-shared</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/temp-system/multilib/mpfr.xml b/BOOK/temp-system/multilib/mpfr.xml
index 76a650b..f5fe7c7 100644
--- a/BOOK/temp-system/multilib/mpfr.xml
+++ b/BOOK/temp-system/multilib/mpfr.xml
@@ -36,7 +36,7 @@
 
 <screen os="b"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --libdir=/tools/lib64 --enable-shared</userinput></screen>
+    --libdir=/tools/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/mpfr.xml"

commit 4c0610b44ded048c4c6a8a34694600a4a597eb50
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 06:09:49 2014 -0400

    Updated example partition names in fstab page

diff --git a/BOOK/system-config/common/fstab.xml b/BOOK/system-config/common/fstab.xml
index 57fc262..2977877 100644
--- a/BOOK/system-config/common/fstab.xml
+++ b/BOOK/system-config/common/fstab.xml
@@ -37,8 +37,8 @@ EOF</userinput></screen>
   <para os="b">Replace <replaceable>[xxx]</replaceable>,
   <replaceable>[yyy]</replaceable>, and <replaceable>[fff]</replaceable>
   with the values appropriate for the system, for example, <filename
-  class="partition">hda2</filename>, <filename
-  class="partition">hda5</filename>, and <systemitem
+  class="partition">sda2</filename>, <filename
+  class="partition">sda5</filename>, and <systemitem
   class="filesystem">ext2</systemitem>. For details on the six
   fields in this file, see <command>man 5 fstab</command>.</para>
 

commit d11ce1ce4e1ba91317646337ab6a7387dc6cb595
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 05:43:55 2014 -0400

    Better wording on perl page

diff --git a/BOOK/final-system/common/perl.xml b/BOOK/final-system/common/perl.xml
index 1a4f9cf..b389e99 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -65,9 +65,10 @@
       <varlistentry os="c1">
         <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
         <listitem>
-          <para>This ensures that <command>perldoc</command> invokes the
-          <command>less</command> program rather than <command>more</command>,
-          as Less has not yet been installed.</para>
+          <para>Less has not yet been installed, so by default
+          <command>perldoc</command> will invoke the <command>more</command>
+          program for viewing documentation. This option ensures that it will
+          use <command>less</command> instead.</para>
         </listitem>
       </varlistentry>
 

commit ad4ad939debc575182de4549e5f596fe41e7ae9b
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 05:43:32 2014 -0400

    More consistent indentation on kmod page

diff --git a/BOOK/final-system/common/kmod.xml b/BOOK/final-system/common/kmod.xml
index 686739a..27c1be1 100644
--- a/BOOK/final-system/common/kmod.xml
+++ b/BOOK/final-system/common/kmod.xml
@@ -70,7 +70,7 @@ make -C man install</userinput></screen>
 
 <screen os="j"><userinput>ln -sfv kmod /bin/lsmod
 for tool in depmod insmod modprobe modinfo rmmod; do
-ln -sfv ../bin/kmod /sbin/${tool}
+    ln -sfv ../bin/kmod /sbin/${tool}
 done</userinput></screen>
 
   </sect2>

commit c4d030205cf10de17d7a8c8ddce77fd76bd2575c
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 05:21:43 2014 -0400

    Updated text in before-chroot page

diff --git a/BOOK/chroot/x86/before-chroot.xml b/BOOK/chroot/x86/before-chroot.xml
index 655096f..2e5367b 100644
--- a/BOOK/chroot/x86/before-chroot.xml
+++ b/BOOK/chroot/x86/before-chroot.xml
@@ -45,9 +45,10 @@
   <sect2 role="using-setarch">
     <title>Using Setarch</title>
 
-    <para>If your host has a tool called <command>setarch</command> this may
-    solve your problems. The reason for saying may is because on a architecture
-    such as x86_64, using <command>setarch linux32 uname -m</command> will only
+    <para>If your host has a tool called <command>setarch</command>, this may
+    solve your problems, at least if you're building for i686. On an
+    architecture such as x86_64, using
+    <command>setarch linux32 uname -m</command> will only
     ever output i686. It is not possible to get an output of i486 or i586.</para>
 
     <para>To test if setarch does everything you need it to, execute the

commit 2115f27be4d86c11ab0239f7b1a5750e2d5b020f
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 05:10:24 2014 -0400

    Text updates to kernfs

diff --git a/BOOK/chroot/common/kernfs.xml b/BOOK/chroot/common/kernfs.xml
index 20c1bb8..7f187a0 100644
--- a/BOOK/chroot/common/kernfs.xml
+++ b/BOOK/chroot/common/kernfs.xml
@@ -37,19 +37,19 @@ mount -vt sysfs sysfs ${CLFS}/sys</userinput></screen>
   and start again later, it is important to check that these file systems
   are mounted again before entering the chroot environment.</para>
 
-  <para>Two device nodes, /dev/console and /dev/null, are required to be
+  <para>Two device nodes, <filename class="devicefile">/dev/console</filename>
+  and <filename class="devicefile">/dev/null</filename>, are required to be
   present on the filesystem.  These are needed by the kernel even before
-  starting Eudev early in the boot process, so we create them here:</para>
+  starting Udev early in the boot process, so we create them here:</para>
 
 <screen><userinput>mknod -m 600 ${CLFS}/dev/console c 5 1
 mknod -m 666 ${CLFS}/dev/null c 1 3</userinput></screen>
 
   <para>Once the system is complete and booting, the rest of our device
-  nodes are created by Udev, part of Systemd.  Since this package is not
-  available to us right now, we must take other steps to provide device
-  nodes under on the CLFS filesystem.  We will use the <quote>bind</quote>
-  option in the mount command to make our host system's /dev structure
-  appear in the new CLFS filesystem:</para>
+  nodes will be created by the kernel's
+  <systemitem class="filesystem">devtmpfs</systemitem> file system. For now
+  though, we will just use the <quote>bind</quote> option in the mount command
+  to make our host system's /dev structure appear in the new CLFS filesystem:</para>
 
 <screen><userinput>mount -v -o bind /dev ${CLFS}/dev</userinput></screen>
 

commit c787a5f9553923ef6d2c22c8cd303a132c16250c
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 04:55:19 2014 -0400

    Replaced explicit version number with entity

diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index a32a8a7..41d8e1d 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -59,7 +59,7 @@
     xpointer="xpointer(//*[@os='h'])"/>
 
 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
-    ../gcc-4.8.2/configure --prefix=/cross-tools \
+    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
     --with-sysroot=${CLFS} --with-local-prefix=/tools \
     --with-native-system-header-dir=/tools/include --disable-nls \

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

Summary of changes:
 BOOK/chroot/common/kernfs.xml            |   14 +++++++-------
 BOOK/chroot/x86/before-chroot.xml        |    7 ++++---
 BOOK/cross-tools/mips64-64/gcc-final.xml |    2 +-
 BOOK/final-system/common/kmod.xml        |    2 +-
 BOOK/final-system/common/perl.xml        |    7 ++++---
 BOOK/system-config/common/fstab.xml      |    4 ++--
 BOOK/temp-system/common/mpfr.xml         |    3 +--
 BOOK/temp-system/multilib/mpfr.xml       |    2 +-
 8 files changed, 21 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list