diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2006-05-31 15:30:20 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2006-05-31 15:30:20 +0000 |
commit | fe10b9c24a8619f31d98416e0cd177ac31c4463d (patch) | |
tree | 1f1c643fe2bcf561302bc34273213fcba9052f38 /chapter01 | |
parent | b7a775eb552eee25b220ee6d0b13149310aef79e (diff) |
Added tee to chapter 6's glibc make check.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 181ee275d..3942a5913 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>May 31, 2006</para> + <itemizedlist> + <listitem> + <para>[gerard] - Added <command>tee</command> to chapter 6's Glibc + <command>make check</command> so the output can be seen on screen + as well as captured in the log file.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>May 30, 2006</para> <itemizedlist> <listitem> @@ -46,7 +57,7 @@ </listitem> <listitem> <para>[matthew] - Removed <command>getunimap</command>, - <command>setlogons</command> and <command>setvesablank</command> from + <command>setlogons</command>, and <command>setvesablank</command> from the list of programs installed by kbd. Thanks to Chris Staub for the patch.</para> </listitem> |