[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-368-gb3e9c0c

git git at clfs.org
Sat Jun 3 23:49:22 PDT 2017


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  b3e9c0cacdc5166d67bfc517d23ae5f3c4e9b75f (commit)
       via  5a881b0b7daf0b870e311d53c2e6648f4e0a4eba (commit)
      from  7c18e88d5544cadd9f0d03cd3f100faad17376d4 (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 b3e9c0cacdc5166d67bfc517d23ae5f3c4e9b75f
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 4 02:48:50 2017 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 79d52d1..0605096 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 "03"> <!-- Use two digits -->
+<!ENTITY day "04"> <!-- Use two digits -->
 <!ENTITY year "2017"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 5a881b0b7daf0b870e311d53c2e6648f4e0a4eba
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 4 02:48:36 2017 -0400

    Simplified sed command in temp-system bzip2

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 50f6986..2f4402d 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>04 June 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Simplified sed command in temp-system Bzip2.</para> 
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>02 June 2017</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/temp-system/common/bzip2.xml b/BOOK/temp-system/common/bzip2.xml
index 4b8571c..8b742ed 100644
--- a/BOOK/temp-system/common/bzip2.xml
+++ b/BOOK/temp-system/common/bzip2.xml
@@ -27,7 +27,7 @@
     won't work on a multi-architecture build:</para>
 
 <screen os="cb"><userinput>cp -v Makefile{,.orig}
-sed -e 's@^\(all:.*\) test@\1 at g' Makefile.orig > Makefile</userinput></screen>
+sed -e '/^all/s/ test$//' Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bzip2.xml"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list