[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-27-ge96dda3

git git at cross-lfs.org
Tue Aug 5 05:26:53 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  e96dda3876c45d5afc2483a982df9793addd9e40 (commit)
      from  f11ffa6d39e8c5a390ed64ee7295f6e141397118 (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 e96dda3876c45d5afc2483a982df9793addd9e40
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 08:26:22 2014 -0400

    features=normal is the default, no need to specify

diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index 44c3dd7..99ee33f 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -66,9 +66,8 @@ EOF</userinput></screen>
 <screen os="e"><userinput>./configure \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --prefix=/tools --enable-multibyte --enable-gui=no \
-    --disable-gtktest --disable-xim --with-features=normal \
-    --disable-gpm --without-x --disable-netbeans \
-    --with-tlib=ncurses</userinput></screen>
+    --disable-gtktest --disable-xim --disable-gpm \
+    --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen>
 
     <variablelist os="f">
       <title>The meaning of the new configure options:</title>
@@ -86,7 +85,7 @@ EOF</userinput></screen>
       </varlistentry>
 
       <varlistentry>
-        <term><parameter>--enable-gui=no --disable-gtktest --disable-xim --with-features=normal --disable-gpm --without-x --disable-netbeans</parameter></term>
+        <term><parameter>--enable-gui=no --disable-gtktest --disable-xim --disable-gpm --without-x --disable-netbeans</parameter></term>
         <listitem>
           <para>These options prevent Vim from trying to link to libraries
           that might be on the host but won't exist inside the temporary

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

Summary of changes:
 BOOK/temp-system/common/vim.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list