[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-551-g0626bcf

git git at cross-lfs.org
Sun Mar 16 21:34:40 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  0626bcfc49db15bccfb5042386c92bb4ed4e8065 (commit)
      from  4b962079681e1340544b82249e4e55c2df4f1eb1 (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 0626bcfc49db15bccfb5042386c92bb4ed4e8065
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 16 23:34:35 2014 -0500

    Fix spacing issues with configure commands in multilib kmod.

diff --git a/BOOK/final-system/multilib/kmod-64bit.xml b/BOOK/final-system/multilib/kmod-64bit.xml
index 2072018..3aeb950 100644
--- a/BOOK/final-system/multilib/kmod-64bit.xml
+++ b/BOOK/final-system/multilib/kmod-64bit.xml
@@ -26,10 +26,10 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \
-        ./configure --prefix=/usr \
-        --bindir=/bin --sysconfdir=/etc \
-        --with-rootlibdir=/lib64 --libdir=/usr/lib64 \
-        --with-zlib --with-xz --disable-manpages</userinput></screen>
+  ./configure --prefix=/usr \
+    --bindir=/bin --sysconfdir=/etc \
+    --with-rootlibdir=/lib64 --libdir=/usr/lib64 \
+    --with-zlib --with-xz --disable-manpages</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/kmod.xml"
diff --git a/BOOK/final-system/multilib/kmod-n32.xml b/BOOK/final-system/multilib/kmod-n32.xml
index c615ab1..ed55b0b 100644
--- a/BOOK/final-system/multilib/kmod-n32.xml
+++ b/BOOK/final-system/multilib/kmod-n32.xml
@@ -27,10 +27,10 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
     <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
-            ./configure --prefix=/usr \
-            --bindir=/bin --sysconfdir=/etc \
-            --with-rootlibdir=/lib32 --libdir=/usr/lib32 \
-            --with-zlib --with-xz --disable-manpages</userinput></screen>
+  ./configure --prefix=/usr \
+    --bindir=/bin --sysconfdir=/etc \
+    --with-rootlibdir=/lib32 --libdir=/usr/lib32 \
+    --with-zlib --with-xz --disable-manpages</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/kmod.xml"
diff --git a/BOOK/final-system/multilib/kmod.xml b/BOOK/final-system/multilib/kmod.xml
index bc4eee8..e59bf7c 100644
--- a/BOOK/final-system/multilib/kmod.xml
+++ b/BOOK/final-system/multilib/kmod.xml
@@ -27,10 +27,10 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
-        ./configure --prefix=/usr \
-        --bindir=/bin --sysconfdir=/etc \
-        --with-rootlibdir=/lib --libdir=/usr/lib \
-        --with-zlib --with-xz --disable-manpages</userinput></screen>
+  ./configure --prefix=/usr \
+    --bindir=/bin --sysconfdir=/etc \
+    --with-rootlibdir=/lib --libdir=/usr/lib \
+    --with-zlib --with-xz --disable-manpages</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/kmod.xml"

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

Summary of changes:
 BOOK/final-system/multilib/kmod-64bit.xml |    8 ++++----
 BOOK/final-system/multilib/kmod-n32.xml   |    8 ++++----
 BOOK/final-system/multilib/kmod.xml       |    8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list