[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-29-g67e6980

git git at cross-lfs.org
Tue Aug 5 05:27:04 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  67e6980adc8c1534ba83413b3d5db5f9794b981c (commit)
      from  1cde5b91f4be616b30a94e3b9ffc903b796136d0 (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 67e6980adc8c1534ba83413b3d5db5f9794b981c
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