Here is the forgotten patch.
Index: postlfs/editors/vim.xml
===================================================================
--- postlfs/editors/vim.xml     (revision 6596)
+++ postlfs/editors/vim.xml     (working copy)
@@ -4,18 +4,6 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-    <!-- Inserted as a reminder to do this. The mention of a test suite
-         is usually right before the root user installation commands. Please
-         delete these 12 (including one blank) lines after you are done.-->
-
-    <!-- Use one of the two mentions below about a test suite,
-         delete the line that is not applicable. Of course, if the
-         test suite uses syntax other than "make check", revise the
-         line to reflect the actual syntax to run the test suite -->
-
-    <!-- <para>This package does not come with a test suite.</para> -->
-    <!-- <para>To test the results, issue: <command>make 
check</command>.</para> -->
-
   <!ENTITY vim-download-http 
"http://ftp.at.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2";>
   <!ENTITY vim-download-ftp  
"ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2";>
   <!ENTITY vim-md5sum        "4ca69757678272f718b1041c810d82d8">
@@ -138,6 +126,16 @@
 echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
 ./configure --prefix=/usr --with-features=huge &amp;&amp;
 make</userinput></screen>
+    <para>To test the results, issue: <command>make test</command>.
+    The <application>vim</application> test suite outputs a lot of binary data 
to the screen, 
+    which can cause issues with the settings of the current terminal. This can 
be resolved by redirecting 
+    the output to a log file.
+    Even if one of the tests fails to produce "test.out" in <filename 
class="directory">src/testdir</filename>, the
+    remaining tests are still executed.
+    If all goes well,the final message in the log file will be "ALL DONE".
+    <emphasis>Note</emphasis>: Some color tests expects to be executed under 
the <application>xterm</application>
+    terminal emulator.
+    </para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to