[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-230-ga81e2bd

git git at cross-lfs.org
Tue Aug 6 12:35:48 PDT 2013


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, master has been updated
       via  a81e2bd6e0421db26cf2a36902d8b684316eb1ed (commit)
      from  3437936051cbe59081c7a8e7e79a1014406019df (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 a81e2bd6e0421db26cf2a36902d8b684316eb1ed
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Aug 6 14:35:41 2013 -0500

    Disable generation of man-pages as it requires xml/xslt.

diff --git a/BOOK/final-system/common/kmod.xml b/BOOK/final-system/common/kmod.xml
index 926ace0..05ef9c3 100644
--- a/BOOK/final-system/common/kmod.xml
+++ b/BOOK/final-system/common/kmod.xml
@@ -30,7 +30,7 @@
 
 <screen os="b"><userinput>./configure --prefix=/usr \
     --bindir=/bin --sysconfdir=/etc \
-    --with-rootlibdir=/lib \
+    --with-rootlibdir=/lib --disable-manpages \
     --with-zlib --with-xz</userinput></screen>
 
     <variablelist os="c">
@@ -61,7 +61,8 @@
 
     <para os="g">Install the package:</para>
 
-<screen os="h"><userinput>make install</userinput></screen>
+<screen os="h"><userinput>make install
+make -C man install</userinput></screen>
 
     <para os="i">Create symbolic links for programs that expect Module-Init-Tools.</para>
 
diff --git a/BOOK/final-system/multilib/kmod-64bit.xml b/BOOK/final-system/multilib/kmod-64bit.xml
index d767742..7f0c4c5 100644
--- a/BOOK/final-system/multilib/kmod-64bit.xml
+++ b/BOOK/final-system/multilib/kmod-64bit.xml
@@ -29,7 +29,7 @@
         ./configure --prefix=/usr \
         --bindir=/bin --sysconfdir=/etc \
         --with-rootlibdir=/lib64 --libdir=/usr/lib64 \
-        --with-zlib --with-xz</userinput></screen>
+        --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 d22ddd4..eb9bb57 100644
--- a/BOOK/final-system/multilib/kmod-n32.xml
+++ b/BOOK/final-system/multilib/kmod-n32.xml
@@ -30,7 +30,7 @@
             ./configure --prefix=/usr \
             --bindir=/bin --sysconfdir=/etc \
             --with-rootlibdir=/lib32 --libdir=/usr/lib32 \
-            --with-zlib --with-xz</userinput></screen>
+            --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 52e5e98..d06f93a 100644
--- a/BOOK/final-system/multilib/kmod.xml
+++ b/BOOK/final-system/multilib/kmod.xml
@@ -30,7 +30,7 @@
         ./configure --prefix=/usr \
         --bindir=/bin --sysconfdir=/etc \
         --with-rootlibdir=/lib --libdir=/usr/lib \
-        --with-zlib --with-xz</userinput></screen>
+        --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/common/kmod.xml         |    5 +++--
 BOOK/final-system/multilib/kmod-64bit.xml |    2 +-
 BOOK/final-system/multilib/kmod-n32.xml   |    2 +-
 BOOK/final-system/multilib/kmod.xml       |    2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list