[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-229-g74d38b7

git git at clfs.org
Sun Dec 27 09:45:44 PST 2015


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  74d38b73e825ec22f08e9d4b89b15917d15c6241 (commit)
       via  a24d758230daef32efd7ce76804717bb796200c2 (commit)
      from  427e466adfe22a9d0b71a63f602ad78373a8d30e (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 74d38b73e825ec22f08e9d4b89b15917d15c6241
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Dec 27 16:36:16 2015 -0600

    As discussed, we don' tneed these options as our default PKG_CONFIG_PATH is set properly from cross-tools pkg-config. However, some hosts may set PKG_CONFIG_PATH and the clfs user may end up having it set. This will be taken care of in clfs user's .bashrc.

diff --git a/BOOK/temp-system/common/make.xml b/BOOK/temp-system/common/make.xml
index b18b7b5..7e55572 100644
--- a/BOOK/temp-system/common/make.xml
+++ b/BOOK/temp-system/common/make.xml
@@ -29,20 +29,7 @@
 <screen os="aa"><userinput>./configure \
     --prefix=/tools \
     --build=${CLFS_HOST} \
-    --host=${CLFS_TARGET} \
-    --without-guile</userinput></screen>
-
-    <variablelist os="b">
-      <title>The meaning of the new configure options:</title>
-
-      <varlistentry>
-        <term><parameter>--without-guile</parameter></term>
-        <listitem>
-          <para>Do not enable Guile support when the host includes it.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
+    --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/make.xml"
diff --git a/BOOK/temp-system/common/util-linux.xml b/BOOK/temp-system/common/util-linux.xml
index a794f74..b616a5c 100644
--- a/BOOK/temp-system/common/util-linux.xml
+++ b/BOOK/temp-system/common/util-linux.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>PKG_CONFIG_PATH="" ./configure \
+<screen os="b"><userinput>./configure \
     --prefix=/tools \
     --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} \

commit a24d758230daef32efd7ce76804717bb796200c2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Dec 27 16:34:19 2015 -0600

    Update date for December 27, 2015 updates.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 3417601..7809f18 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "12"> <!-- Use two digits -->
 <!ENTITY month_name "December">
-<!ENTITY day "26"> <!-- Use two digits -->
+<!ENTITY day "27"> <!-- Use two digits -->
 <!ENTITY year "2015"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/temp-system/common/make.xml       |   15 +--------------
 BOOK/temp-system/common/util-linux.xml |    2 +-
 3 files changed, 3 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list