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 /chapter06/glibc.xml | |
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 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d69096b9c..b520de640 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -125,7 +125,7 @@ cd ../glibc-build</userinput></screen> <para>Test the results:</para> -<screen><userinput>make -k check >glibc-check-log 2>&1 +<screen><userinput>make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log</userinput></screen> <para>On at least i686 you can expect to see failures in the |