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 @@ - - + +