[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1268-gdad800f

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, master has been updated
       via  dad800f6e219ac75a4c07415676a9ecef50ce3a2 (commit)
       via  150ca1b71dc70269cd437515fa80be6d56977211 (commit)
       via  2e2fb7531fbd2bc601fbcfff0ad9c4063a026cfd (commit)
      from  4e658f65bd46f0a43d5026806dd46668e261c95f (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 dad800f6e219ac75a4c07415676a9ecef50ce3a2
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 a5166ea..06e2f5e 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 150ca1b71dc70269cd437515fa80be6d56977211
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 2e2fb7531fbd2bc601fbcfff0ad9c4063a026cfd
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 c7ae7bf..d449367 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