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