[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-221-g07215b1

git git at clfs.org
Sat Dec 19 17:54:35 PST 2015


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  07215b1f94f0a7702740c1bdffb172f1e77c4c08 (commit)
       via  cec4a003a80d9f17568fda5c325a435299d37982 (commit)
      from  fc86858dba891431df82c4d638f44b1eac481f10 (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 07215b1f94f0a7702740c1bdffb172f1e77c4c08
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 19 22:59:55 2015 -0500

    Fixed errors in vim install

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index f5d54f9..c574fea 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -63,7 +63,7 @@
 
     <para os="j">Install the package:</para>
 
-<screen os="k"><userinput>make install</userinput></screen>
+<screen os="k"><userinput>make -j1 install</userinput></screen>
 
     <para os="l">Many users are accustomed to using <command>vi</command>
     instead of <command>vim</command>. Some programs, such as
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 319d6ce..644d3d0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>19 December 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added -j1 to vim install command to prevent
+          errors in make install output.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>13 December 2015</para>
       <itemizedlist>
         <listitem>

commit cec4a003a80d9f17568fda5c325a435299d37982
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 19 22:59:41 2015 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index f6c0177..e057926 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "12"> <!-- Use two digits -->
 <!ENTITY month_name "December">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY day "19"> <!-- Use two digits -->
 <!ENTITY year "2015"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list