mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to tcsh-6.16.00.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7702 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b3997ba81f
commit
4f7d19e58e
@ -87,7 +87,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ install -v -m644 FAQ /usr/share/doc/tcsh-&tcsh-version;</userinput></scr
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user