> From: Paul Rogers <[email protected]>
> Date: Sun, 12 Jun 2016 18:29:09 -0700
> Subject: Re: [lfs-support] 6.7 Linux-4.6 API headers make mrproper fails
>
> [...] I did a few greps
> with line numbers on the "make check" log, so I could sort them into
> order.  [...]


Just use grep's '-E' - e.g.:

  grep -iE 'fail|error|unexpected' "${MKCHK_LG_FP}" ;

?


>
        .
        .
>
> 5:Makefile:176: recipe for target 'check' failed
> 6:make[2]: *** [check] Error 127
> 8:Makefile:3416: recipe for target 'check-fixincludes' failed
> 9:make[1]: *** [check-fixincludes] Error 2
> 848:# of unexpected failures    1
> 1121:# of unexpected failures   1
> 1124:Makefile:560: recipe for target 'check-DEJAGNUnormal2' failed
> 1125:make[5]: *** [check-DEJAGNUnormal2] Error 1
> 1622:# of unexpected failures   3
> 1627:Makefile:3679: recipe for target 'check-parallel-g++_2' failed
> 1628:make[3]: [check-parallel-g++_2] Error 1 (ignored)
> 1879:# of unexpected failures   1
> 1880:# of unexpected successes  2
> 1885:Makefile:3679: recipe for target 'check-parallel-g++' failed
> 1886:make[3]: [check-parallel-g++] Error 1 (ignored)
> 2242:# of unexpected failures   2
> 2245:Makefile:560: recipe for target 'check-DEJAGNUnormal6' failed
> 2246:make[5]: *** [check-DEJAGNUnormal6] Error 1
> 2375:Makefile:2162: recipe for target 'do-check' failed
> 2376:make: *** [do-check] Error 2
>



akh





--
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to