[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-702-gb3543fc

git git at cross-lfs.org
Fri Apr 11 19:57:38 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, systemd has been updated
       via  b3543fc8affe37cc6d76b6aa7d2a311179908df8 (commit)
       via  101ef1f5aec0ec99d1dbf96482c2755e7bd28694 (commit)
       via  d7d2441b6118ab215dcff757b0e62ced3886ecc4 (commit)
      from  26242219298f860f779d78e6280bab72a44601cc (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 b3543fc8affe37cc6d76b6aa7d2a311179908df8
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Apr 11 21:57:31 2014 -0500

    Do not run make and make install and build all of systemd when we only need the libraries. Create proper make commands and make installatiation commands for building only what is needed for installing the libraries. The full sytemd will be installed for the 64bit target.

diff --git a/BOOK/final-system/multilib/systemd-n32.xml b/BOOK/final-system/multilib/systemd-n32.xml
index feffd8d..4335a66 100644
--- a/BOOK/final-system/multilib/systemd-n32.xml
+++ b/BOOK/final-system/multilib/systemd-n32.xml
@@ -53,7 +53,7 @@
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/systemd.xml"
+    href="systemd.xml"
     xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -61,7 +61,7 @@
     xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/systemd.xml"
+    href="systemd.xml"
     xpointer="xpointer(//*[@os='k'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/systemd.xml b/BOOK/final-system/multilib/systemd.xml
index 047520f..df03544 100644
--- a/BOOK/final-system/multilib/systemd.xml
+++ b/BOOK/final-system/multilib/systemd.xml
@@ -57,17 +57,15 @@
     href="../common/systemd.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+<screen os="e"><userinput>make src/shared/{af,errno}-{from,to}-name.h src/libsystemd/libsystemd.sym
+make libsystemd.la libudev.la libgudev-1.0.la libnss_myhostname.la</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='k'])"/>
+<screen os="k"><userinput>make -j1 install-libLTLIBRARIES
+make -j1 install-pkgconfiglibDATA</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"

commit 101ef1f5aec0ec99d1dbf96482c2755e7bd28694
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Apr 11 21:56:38 2014 -0500

    Add PKG_CONFIG_PATH variables during configure as dbus needs to find the pc files from systemd to enable systemd support for proper function.

diff --git a/BOOK/final-system/multilib/dbus-64bit.xml b/BOOK/final-system/multilib/dbus-64bit.xml
index c43d225..82ac658 100644
--- a/BOOK/final-system/multilib/dbus-64bit.xml
+++ b/BOOK/final-system/multilib/dbus-64bit.xml
@@ -25,7 +25,7 @@
     href="../common/dbus.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" USE_ARCH=64 \
+<screen os="b"><userinput>CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libdir=/usr/lib64 --libexecdir=/usr/lib64/dbus-1.0 \
     --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system \
diff --git a/BOOK/final-system/multilib/dbus-n32.xml b/BOOK/final-system/multilib/dbus-n32.xml
index 11ba64f..5e3d6a6 100644
--- a/BOOK/final-system/multilib/dbus-n32.xml
+++ b/BOOK/final-system/multilib/dbus-n32.xml
@@ -25,7 +25,7 @@
     href="../common/dbus.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILDN32}" USE_ARCH=n32 \
+<screen os="b"><userinput>CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libdir=/usr/lib32 --libexecdir=/usr/lib32/dbus-1.0 \
     --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system \
diff --git a/BOOK/final-system/multilib/dbus.xml b/BOOK/final-system/multilib/dbus.xml
index 8aaedaf..ae44c67 100644
--- a/BOOK/final-system/multilib/dbus.xml
+++ b/BOOK/final-system/multilib/dbus.xml
@@ -25,7 +25,7 @@
     href="../common/dbus.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD32}" USE_ARCH=32 \
+<screen os="b"><userinput>CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libdir=/usr/lib --libexecdir=/usr/lib/dbus-1.0 \
     --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system \

commit d7d2441b6118ab215dcff757b0e62ced3886ecc4
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Apr 11 19:23:09 2014 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index fc4587d..5f914e2 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "04"> <!-- Use two digits -->
 <!ENTITY month_name "April">
-<!ENTITY day "10"> <!-- Use two digits -->
+<!ENTITY day "11"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/multilib/dbus-64bit.xml  |    2 +-
 BOOK/final-system/multilib/dbus-n32.xml    |    2 +-
 BOOK/final-system/multilib/dbus.xml        |    2 +-
 BOOK/final-system/multilib/systemd-n32.xml |    4 ++--
 BOOK/final-system/multilib/systemd.xml     |   10 ++++------
 BOOK/general.ent                           |    2 +-
 6 files changed, 10 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list