[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-105-gd89abac

git git at cross-lfs.org
Fri Oct 3 20:57:21 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, master has been updated
       via  d89abac47aeeb99d5f30e3fa07c7a53658788ba2 (commit)
       via  8df0496db1ff6bae06767a69b30a3678c7d3f6e3 (commit)
      from  88db81deeafaed9d420f4b296878a70d3671c140 (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 d89abac47aeeb99d5f30e3fa07c7a53658788ba2
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Oct 3 22:49:11 2014 -0500

    Add util-linux pass1 for 32 bit and pure 64bit builds.

diff --git a/BOOK/final-system/common/util-linux-pass1.xml b/BOOK/final-system/common/util-linux-pass1.xml
new file mode 100644
index 0000000..e8625ef
--- /dev/null
+++ b/BOOK/final-system/common/util-linux-pass1.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-system-util-linux-pass1" role="wrap">
+  <?dbhtml filename="util-linux-pass1.html"?>
+
+  <title>Util-linux-&util-linux-version; Pass 1</title>
+
+  <indexterm zone="ch-system-util-linux-pass1">
+    <primary sortas="a-Util-linux-pass1">Util-linux</primary>
+  </indexterm>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+  href="util-linux.xml"
+  xpointer="xpointer(//*[@role='package'])"/>
+
+  <sect2 role="installation">
+    <title>Installation of Util-linux Pass 1</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='b'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="util-linux.xml"
+    xpointer="xpointer(//*[@os='h'])"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title/>
+
+    <para>Details on this package are located in <xref
+    linkend="contents-util-linux" role="."/></para>
+
+  </sect2>
+
+</sect1>

commit 8df0496db1ff6bae06767a69b30a3678c7d3f6e3
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Oct 3 22:39:42 2014 -0500

    Add util linux pass1

diff --git a/BOOK/final-system/multilib/util-linux-64bit-pass1.xml b/BOOK/final-system/multilib/util-linux-64bit-pass1.xml
new file mode 100644
index 0000000..2296ae8
--- /dev/null
+++ b/BOOK/final-system/multilib/util-linux-64bit-pass1.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-system-util-linux-pass1" role="wrap">
+  <?dbhtml filename="util-linux-pass1.html"?>
+
+  <title>Util-linux-&util-linux-version; 64bit Pass 1</title>
+
+  <indexterm zone="ch-system-util-linux-pass1">
+    <primary sortas="a-Util-linux">Util-linux</primary>
+  </indexterm>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+  href="../common/util-linux.xml"
+  xpointer="xpointer(//*[@role='package'])"/>
+
+  <sect2 role="installation">
+    <title>Installation of Util-linux 64 Bit Pass 1</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
+<screen os="be"><userinput>./configure --prefix=/tools \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
+    --disable-makeinstall-setuid</userinput></screen>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='h'])"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title/>
+
+    <para>Details on this package are located in <xref
+    linkend="contents-util-linux" role="."/></para>
+
+  </sect2>
+
+</sect1>

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

Summary of changes:
 .../common/util-linux-pass1.xml}                   |   41 ++++++++++----------
 .../multilib/util-linux-64bit-pass1.xml}           |   13 +++---
 2 files changed, 27 insertions(+), 27 deletions(-)
 copy BOOK/{temp-system/multilib/zlib.xml => final-system/common/util-linux-pass1.xml} (60%)
 copy BOOK/{temp-system/multilib/util-linux.xml => final-system/multilib/util-linux-64bit-pass1.xml} (83%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list