[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1255-g5ee7d42

git git at cross-lfs.org
Fri Jun 20 18:06:55 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, sysvinit has been updated
       via  5ee7d4286af20bf0730a9bc0953cfd29a054b716 (commit)
       via  922208de61a35bbe192f9ccf89b118bdb4b7e1ad (commit)
       via  127fa6f49b6b56efd662ec690cb6ea3cc11462dd (commit)
      from  9dbb9baf8da6fe4905177cd27657763909201f8a (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 5ee7d4286af20bf0730a9bc0953cfd29a054b716
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Jun 20 20:06:40 2014 -0500

    Add master changelog entry for the removal of make -C man install during final-system kmod as KKMOD install man pages during install as of current.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 4320c33..89afc27 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,17 @@
 -->
 
     <listitem>
+      <para>20 June 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove <command>make -C man install
+          </command> from final-system KMOD as man pages are installed during
+          <command>make install</command>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>17 June 2014</para>
       <itemizedlist>
         <listitem>

commit 922208de61a35bbe192f9ccf89b118bdb4b7e1ad
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Jun 20 20:02:52 2014 -0500

    KMOD now installs man pages during make install. Thanks to Martin Ward for bring this to our attention. This fixes ticket http://trac.cross-lfs.org/ticket/967

diff --git a/BOOK/final-system/common/kmod.xml b/BOOK/final-system/common/kmod.xml
index 27c1be1..7eb663c 100644
--- a/BOOK/final-system/common/kmod.xml
+++ b/BOOK/final-system/common/kmod.xml
@@ -63,8 +63,7 @@
 
     <para os="g">Install the package:</para>
 
-<screen os="h"><userinput>make install
-make -C man install</userinput></screen>
+<screen os="h"><userinput>make install</userinput></screen>
 
     <para os="i">Create symbolic links for programs that expect Module-Init-Tools.</para>
 

commit 127fa6f49b6b56efd662ec690cb6ea3cc11462dd
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Jun 20 20:01:25 2014 -0500

    Update date for June 20, 2014 changes.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 5de6e7d..74f5d3c 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "18"> <!-- Use two digits -->
+<!ENTITY day "20"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/kmod.xml      |    3 +--
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   11 +++++++++++
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list