[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-294-gdb605a5

git git at cross-lfs.org
Mon Aug 19 11:53:37 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  db605a59b52e50cc58f70839474163d6bb6f5734 (commit)
       via  de8a380e37b6a654284f50abb04ec21e91a83a49 (commit)
       via  ac02164a89486177be5d07d2dba556d67bc8d2cc (commit)
      from  cea29864ebe9b8bd3d5d607c5374b5908f9013d6 (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 db605a59b52e50cc58f70839474163d6bb6f5734
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 19 13:53:32 2013 -0500

    Add missing make mrproper command entry to master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index aec9bf3..6de139b 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>19 August 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add missing <command>make mrproper</command> to final-system linux headers install..</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>16 August 2013</para>
       <itemizedlist>
         <listitem>

commit de8a380e37b6a654284f50abb04ec21e91a83a49
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 19 13:53:18 2013 -0500

    Add missing make mrproper command.

diff --git a/BOOK/final-system/common/linux-headers.xml b/BOOK/final-system/common/linux-headers.xml
index aaa82ab..ebdfef2 100644
--- a/BOOK/final-system/common/linux-headers.xml
+++ b/BOOK/final-system/common/linux-headers.xml
@@ -29,7 +29,8 @@
 
     <para os="b">Install the kernel header files:</para>
 
-<screen os="c"><userinput>make headers_check
+<screen os="c"><userinput>make mrproper
+make headers_check
 make INSTALL_HDR_PATH=/usr headers_install
 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen>
 

commit ac02164a89486177be5d07d2dba556d67bc8d2cc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 19 13:53:00 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 4ce15af..019da38 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "15"> <!-- Use two digits -->
+<!ENTITY day "19"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/linux-headers.xml |    3 ++-
 BOOK/general.ent                           |    2 +-
 BOOK/introduction/common/changelog.xml     |    9 +++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list