Author: randy
Date: 2008-04-11 07:31:49 -0600 (Fri, 11 Apr 2008)
New Revision: 7378
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/tcsh.xml
Log:
Added a comment to the Tcsh page mentioning that one of the tests in the
testsuite is known to fail
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-11 03:59:48 UTC
(rev 7377)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-11 13:31:49 UTC
(rev 7378)
@@ -45,6 +45,10 @@
<para>April 11th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added a comment to the Tcsh page mentioning that
+ one of the tests in the testsuite is known to fail.</para>
+ </listitem>
+ <listitem>
<para>[alexander] - Removed the obsolete libxml1 library.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml 2008-04-11 03:59:48 UTC (rev 7377)
+++ trunk/BOOK/postlfs/shells/tcsh.xml 2008-04-11 13:31:49 UTC (rev 7378)
@@ -89,17 +89,17 @@
make &&
sh ./tcsh.man2html</userinput></screen>
- <para>To test the results, issue: <command>make check</command>.</para>
+ <para>To test the results, issue: <command>make check</command>. Note
+ that test #68 (<quote>nice</quote> test) is known to fail.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install &&
-make install.man &&
-ln -v -sf tcsh /bin/csh &&
+<screen role="root"><userinput>make install install.man &&
+ln -v -sf tcsh /bin/csh &&
ln -v -sf tcsh.1 /usr/man/man1/csh.1 &&
install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html &&
install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &&
-install -v -m644 FAQ /usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
+install -v -m644 FAQ
/usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page