[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-45-g1407403

git git at cross-lfs.org
Sun Aug 10 23:10:17 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  14074037a5af1e9de4ac202db2f2acfd025b6990 (commit)
       via  22cf8248fa21d15a5f1f5f55c6573e283b4a35a5 (commit)
       via  685168b195c03c133b0aa5882664f5f9f42d50c8 (commit)
      from  2004b269519f464eb5b9a398eb8a06b5b90dbbaa (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 14074037a5af1e9de4ac202db2f2acfd025b6990
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 02:09:43 2014 -0400

    Added option tags

diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index cbec362..e3bf163 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -68,16 +68,18 @@
       <varlistentry os="bd2">
         <term><parameter>--host=${CLFS_HOST}</parameter></term>
         <listitem>
-          <para>When used with --target, this creates a cross-architecture
-          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
+          <para>When used with <option>--target</option>, this creates a
+          cross-architecture executable which creates files for
+          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry os="bd3">
         <term><parameter>--target=${CLFS_TARGET}</parameter></term>
         <listitem>
-          <para>When used with --host, this creates a cross-architecture
-          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
+          <para>When used with <option>--host</option>, this creates a
+          cross-architecture executable that creates files for
+          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
         </listitem>
       </varlistentry>
 

commit 22cf8248fa21d15a5f1f5f55c6573e283b4a35a5
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 02:09:30 2014 -0400

    Added command explanation for --build

diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 20b3d4d..c35e9be 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -85,7 +85,15 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
     <variablelist os="am">
       <title>The meaning of the new configure options:</title>
 
-     <varlistentry>
+      <varlistentry>
+        <term><parameter>--build</parameter></term>
+        <listitem>
+          <para>This specifies the system on which the cross-compiler is being
+          built.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--with-local-prefix=/tools</parameter></term>
         <listitem>
           <para>The purpose of this switch is to remove <filename

commit 685168b195c03c133b0aa5882664f5f9f42d50c8
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 01:30:08 2014 -0400

    Swap command explanations to match the actual commands

diff --git a/BOOK/cross-tools/common/pkg-config-lite.xml b/BOOK/cross-tools/common/pkg-config-lite.xml
index 12e6511..14f2b6f 100644
--- a/BOOK/cross-tools/common/pkg-config-lite.xml
+++ b/BOOK/cross-tools/common/pkg-config-lite.xml
@@ -41,15 +41,6 @@
       <title>The meaning of the new configure option:</title>
 
       <varlistentry>
-        <term><parameter>--with-pc-path</parameter></term>
-        <listitem>
-          <para>This sets the default PKG_CONFIG_PATH to
-          <filename class="directory">/tools/lib/pkgconfig</filename> and
-          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--host=${CLFS_TARGET}</parameter></term>
         <listitem>
           <para>Several packages that we will cross-compile later will try to
@@ -61,6 +52,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--with-pc-path</parameter></term>
+        <listitem>
+          <para>This sets the default PKG_CONFIG_PATH to
+          <filename class="directory">/tools/lib/pkgconfig</filename> and
+          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="e">Compile the package:</para>
diff --git a/BOOK/cross-tools/multilib/pkg-config-lite.xml b/BOOK/cross-tools/multilib/pkg-config-lite.xml
index 2dc1c30..159abef 100644
--- a/BOOK/cross-tools/multilib/pkg-config-lite.xml
+++ b/BOOK/cross-tools/multilib/pkg-config-lite.xml
@@ -37,15 +37,6 @@
       <title>The meaning of the new configure option:</title>
 
       <varlistentry>
-        <term><parameter>--with-pc-path</parameter></term>
-        <listitem>
-          <para>This sets the default PKG_CONFIG_PATH to
-          <filename class="directory">/tools/lib64/pkgconfig</filename> and
-          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--host=${CLFS_TARGET}</parameter></term>
         <listitem>
           <para>This option makes sure the installation includes the proper
@@ -55,6 +46,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--with-pc-path</parameter></term>
+        <listitem>
+          <para>This sets the default PKG_CONFIG_PATH to
+          <filename class="directory">/tools/lib64/pkgconfig</filename> and
+          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/cross-tools/common/binutils.xml          |   10 ++++++----
 BOOK/cross-tools/common/gcc-static.xml        |   10 +++++++++-
 BOOK/cross-tools/common/pkg-config-lite.xml   |   18 +++++++++---------
 BOOK/cross-tools/multilib/pkg-config-lite.xml |   18 +++++++++---------
 4 files changed, 33 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list