From fe10b9c24a8619f31d98416e0cd177ac31c4463d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 31 May 2006 15:30:20 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 13 ++++++++++++- chapter06/glibc.xml | 2 +- general.ent | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 181ee275d..3942a5913 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + May 31, 2006 + + + [gerard] - Added tee to chapter 6's Glibc + make check so the output can be seen on screen + as well as captured in the log file. + + + + May 30, 2006 @@ -46,7 +57,7 @@ [matthew] - Removed getunimap, - setlogons and setvesablank from + setlogons, and setvesablank from the list of programs installed by kbd. Thanks to Chris Staub for the patch. 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 Test the results: -make -k check >glibc-check-log 2>&1 +make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log On at least i686 you can expect to see failures in the diff --git a/general.ent b/general.ent index e593fc341..7f02c638c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +