Author: bdubbs
Date: 2008-12-31 13:42:47 -0700 (Wed, 31 Dec 2008)
New Revision: 7702
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/tcsh.xml
Log:
Updated to tcsh-6.16.00.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-12-31 17:48:26 UTC (rev 7701)
+++ trunk/BOOK/general.ent 2008-12-31 20:42:47 UTC (rev 7702)
@@ -87,7 +87,7 @@
<!ENTITY bluefish-version "1.0.7">
<!-- Chapter 7 -->
-<!ENTITY tcsh-version "6.15.00">
+<!ENTITY tcsh-version "6.16.00">
<!ENTITY zsh-version "4.3.9">
<!ENTITY dash-version "0.5.4">
<!ENTITY ksh-version "2008-02-02">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-31 17:48:26 UTC
(rev 7701)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-31 20:42:47 UTC
(rev 7702)
@@ -44,6 +44,9 @@
<para>December 31st, 2008</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to tcsh-6.16.00.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to libart_lgpl-2.3.20.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml 2008-12-31 17:48:26 UTC (rev 7701)
+++ trunk/BOOK/postlfs/shells/tcsh.xml 2008-12-31 20:42:47 UTC (rev 7702)
@@ -6,9 +6,9 @@
<!ENTITY tcsh-download-http
"http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
<!ENTITY tcsh-download-ftp
"ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
- <!ENTITY tcsh-md5sum "67a0611620b080bd0eb032b1774382b6">
- <!ENTITY tcsh-size "870 KB">
- <!ENTITY tcsh-buildsize "10 MB">
+ <!ENTITY tcsh-md5sum "55f1a41512250168ec4bf1db0e246db4">
+ <!ENTITY tcsh-size "872 KB">
+ <!ENTITY tcsh-buildsize "9.3 MB">
<!ENTITY tcsh-time "0.2 SBU">
]>
@@ -89,14 +89,21 @@
make &&
sh ./tcsh.man2html</userinput></screen>
+<!--
<para>To test the results, issue: <command>make check</command>. Note
that test #68 (<quote>nice</quote> test) is known to fail.</para>
+-->
+ <para>The test suite is known to completely fail with GNU M4-1.4.12 as
+ installed in LFS. There is one failure (#120) when using an older version
+ of M4. To try to run the checks anyway, issue: <command>make
+ check</command>.></para>
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install install.man &&
ln -v -sf tcsh /bin/csh &&
-ln -v -sf tcsh.1 /usr/man/man1/csh.1 &&
+ln -v -sf tcsh.1 /usr/share/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>
@@ -107,9 +114,9 @@
<title>Command Explanations</title>
<para><parameter>--bindir=/bin</parameter>: This installs the
- <command>tcsh</command> program in
- <filename class='directory'>/bin</filename> instead of
- <filename class='directory'>/usr/bin</filename>.</para>
+ <command>tcsh</command> program in <filename
+ class='directory'>/bin</filename> instead of <filename
+ class='directory'>/usr/bin</filename>.</para>
<para><command>sh ./tcsh.man2html</command>: This creates HTML
documentation
from the formatted man page.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page