diff --git a/general.ent b/general.ent index 4c2f172835..83ef8fe37a 100644 --- a/general.ent +++ b/general.ent @@ -87,7 +87,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 2200fd982e..15526f1ac3 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,9 @@ December 31st, 2008 + + [bdubbs] - Updated to tcsh-6.16.00. + [bdubbs] - Updated to libart_lgpl-2.3.20. diff --git a/postlfs/shells/tcsh.xml b/postlfs/shells/tcsh.xml index 874047aa52..8dba04f812 100644 --- a/postlfs/shells/tcsh.xml +++ b/postlfs/shells/tcsh.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -89,14 +89,21 @@ make && sh ./tcsh.man2html + + + 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: make + check.> Now, as the root user: 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; @@ -107,9 +114,9 @@ install -v -m644 FAQ /usr/share/doc/tcsh-&tcsh-version;Command Explanations --bindir=/bin: This installs the - tcsh program in - /bin instead of - /usr/bin. + tcsh program in /bin instead of /usr/bin. sh ./tcsh.man2html: This creates HTML documentation from the formatted man page.