Ignore:
Timestamp:
12/31/2008 08:42:47 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7711710
Parents:
b3997ba
Message:

Updated to tcsh-6.16.00.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7702 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    rb3997ba r4f7d19e  
    77  <!ENTITY tcsh-download-http "http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    88  <!ENTITY tcsh-download-ftp  "ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    9   <!ENTITY tcsh-md5sum        "67a0611620b080bd0eb032b1774382b6">
    10   <!ENTITY tcsh-size          "870 KB">
    11   <!ENTITY tcsh-buildsize     "10 MB">
     9  <!ENTITY tcsh-md5sum        "55f1a41512250168ec4bf1db0e246db4">
     10  <!ENTITY tcsh-size          "872 KB">
     11  <!ENTITY tcsh-buildsize     "9.3 MB">
    1212  <!ENTITY tcsh-time          "0.2 SBU">
    1313]>
     
    9090sh ./tcsh.man2html</userinput></screen>
    9191
     92<!--
    9293    <para>To test the results, issue: <command>make check</command>. Note
    9394    that test #68 (<quote>nice</quote> test) is known to fail.</para>
     95-->
     96
     97    <para>The test suite is known to completely fail with GNU M4-1.4.12 as
     98    installed in LFS.  There is one failure (#120) when using an older version
     99    of M4.  To try to run the checks anyway, issue: <command>make
     100    check</command>.></para>
    94101
    95102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    97104<screen role="root"><userinput>make install install.man &amp;&amp;
    98105ln -v -sf tcsh   /bin/csh &amp;&amp;
    99 ln -v -sf tcsh.1 /usr/man/man1/csh.1 &amp;&amp;
     106ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &amp;&amp;
    100107install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    101108install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
     
    108115
    109116    <para><parameter>--bindir=/bin</parameter>: This installs the
    110     <command>tcsh</command> program in
    111     <filename class='directory'>/bin</filename> instead of
    112     <filename class='directory'>/usr/bin</filename>.</para>
     117    <command>tcsh</command> program in <filename
     118    class='directory'>/bin</filename> instead of <filename
     119    class='directory'>/usr/bin</filename>.</para>
    113120
    114121    <para><command>sh ./tcsh.man2html</command>: This creates HTML documentation
Note: See TracChangeset for help on using the changeset viewer.