From 2ca8941c1fd5739874e4c29bd5ad176b21587a3d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:09:22 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 80bd4cf60..449f3a76a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,8 +115,8 @@ grep Error glibc-check-log The nptl/tst-clock2, - nptl/tst-attr3, - tst/tst-cputimer1, and + nptl/tst-attr3, + tst/tst-cputimer1, and rt/tst-cpuclock2 tests have been known to fail. The reason is not completely understood, but indications are that minor @@ -128,20 +128,20 @@ grep Error glibc-check-log systems where the CPU is not a relatively new genuine Intel or authentic AMD processor. - + When running on older and slower hardware or on systems under load, some tests can fail because of test timeouts being exceeded. - Modifying the make check command to set a TIMEOUTFACTOR is reported to + Modifying the make check command to set a TIMEOUTFACTOR is reported to help eliminate these errors (e.g. TIMEOUTFACTOR=16 make -k check). - + - Other tests known to fail on some architectures are posix/bug-regex32, + Other tests known to fail on some architectures are posix/bug-regex32, misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22. - + Though it is a harmless message, the install stage of Glibc will @@ -155,7 +155,7 @@ grep Error glibc-check-log make install Install NIS and RPC related headers that are not installed by - default; these are required to rebuild glibc and by several BLFS + default; these are required to rebuild glibc and by several BLFS packages: cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc @@ -259,13 +259,13 @@ EOF tar -xf ../tzdata&tzdata-version;.tar.gz ZONEINFO=/usr/share/zoneinfo -mkdir -pv $ZONEINFO/{posix,right} +mkdir -pv $ZONEINFO/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ asia australasia backward pacificnew solar87 solar88 solar89 \ systemv; do - zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} - zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} + zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} + zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} done @@ -385,7 +385,7 @@ unset ZONEINFO EOF If desired, the dynamic loader can also search a directory and - include the contents of files found there. Generally the files in + include the contents of files found there. Generally the files in this include directory are one line specifying the desired library path. To add this capability run the following commands: -- cgit v1.2.3-54-g00ecf