Re: [lfs-dev] Chapter 6 - Glibc Tests

2014-02-21 Thread Jeffery, Mark
linuxfromscratch.org Subject: Re: [lfs-dev] Chapter 6 - Glibc Tests Morning [finally someone in same time zone] as this has been answered im adding a bit of info re "make -k switch" using -k as a switch to make will continue on failure and not die immediately. the target will fa

Re: [lfs-dev] Chapter 6 - Glibc Tests

2014-02-21 Thread Gregory H. Nietsky
Morning [finally someone in same time zone] as this has been answered im adding a bit of info re "make -k switch" using -k as a switch to make will continue on failure and not die immediately. the target will fail overall as seen "not remade ." using -j and -k together is a good way to

Re: [lfs-dev] Chapter 6 - Glibc Tests

2014-02-20 Thread Jeffery, Mark
Awesome. Thanks ! From: lfs-dev-boun...@linuxfromscratch.org [lfs-dev-boun...@linuxfromscratch.org] on behalf of Bruce Dubbs [bruce.du...@gmail.com] Sent: 20 February 2014 06:41 PM To: LFS Developers Mailinglist Subject: Re: [lfs-dev] Chapter 6 - Glibc

Re: [lfs-dev] Chapter 6 - Glibc Tests

2014-02-20 Thread Bruce Dubbs
Jeffery, Mark wrote: > Hello > > I ran a "make" and it completed successfully. > > I then ran a "make -k check 2>&1 | tee glibc-check-log". > > My question this : > > Does the above "make check" fail if the expected failures(as listed in the > book) fail ? Yes. > After the grep, I only had the e

[lfs-dev] Chapter 6 - Glibc Tests

2014-02-20 Thread Jeffery, Mark
Hello I ran a "make" and it completed successfully. I then ran a "make -k check 2>&1 | tee glibc-check-log". My question this : Does the above "make check" fail if the expected failures(as listed in the book) fail ? After the grep, I only had the expected errors, but the make ended with make