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

git git at cross-lfs.org
Sun Aug 10 22:19:49 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  2004b269519f464eb5b9a398eb8a06b5b90dbbaa (commit)
      from  1dcf44dc3e77fd313e3f5e1ad096b267b515d115 (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 2004b269519f464eb5b9a398eb8a06b5b90dbbaa
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 01:12:10 2014 -0400

    Remove obsolete --enable-multibyte switch from Vim instructions

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index dca3843..9536b5d 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -46,8 +46,7 @@
 
     <para os="d">Prepare Vim for compilation:</para>
 
-<screen os="e"><userinput>./configure \
-    --prefix=/usr --enable-multibyte</userinput></screen>
+<screen os="e"><userinput>./configure --prefix=/usr</userinput></screen>
 
     <para os="g">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/vim.xml b/BOOK/final-system/multilib/vim.xml
index e2095b4..fb48a7c 100644
--- a/BOOK/final-system/multilib/vim.xml
+++ b/BOOK/final-system/multilib/vim.xml
@@ -46,8 +46,7 @@
     xpointer="xpointer(//*[@os='d'])"/>
 
 <screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
-  ./configure --prefix=/usr \
-    --enable-multibyte</userinput></screen>
+  ./configure --prefix=/usr</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/vim.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 4c76bb5..83cf337 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -43,6 +43,10 @@
           <para>[Chris] - Removed several switches from GCC builds for options
           that are enabled by default.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed --enable-multibyte switch from Vim pages,
+          since multibyte support is enabled by default.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index 99ee33f..a64515a 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -63,28 +63,14 @@ EOF</userinput></screen>
     href="../../final-system/common/vim.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
-<screen os="e"><userinput>./configure \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --prefix=/tools --enable-multibyte --enable-gui=no \
-    --disable-gtktest --disable-xim --disable-gpm \
-    --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen>
+<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --prefix=/tools --enable-gui=no --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>
 
       <varlistentry>
-        <term><parameter>--enable-multibyte</parameter></term>
-        <listitem>
-          <para>This optional but highly recommended switch enables support
-          for editing files in multibyte character encodings. This is needed
-          if using a locale with a multibyte character set. This switch is
-          also helpful to be able to edit text files initially created in
-          Linux distributions like Fedora that use UTF-8 as a default
-          character set.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <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

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

Summary of changes:
 BOOK/final-system/common/vim.xml       |    3 +--
 BOOK/final-system/multilib/vim.xml     |    3 +--
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/temp-system/common/vim.xml        |   20 +++-----------------
 4 files changed, 9 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list