Re: [PATCH] testing: don't nest build for fp-test

2020-01-08 Thread Emilio G. Cota
On Tue, Jan 07, 2020 at 18:00:03 +, Alex Bennée wrote: > Re-calling the main make is counter-productive and really messes up > with parallel builds. Just ensure we have built the pre-requisites > before we build the fp-test bits. If the user builds manually just > complain if the parent build h

[PATCH] testing: don't nest build for fp-test

2020-01-07 Thread Alex Bennée
Re-calling the main make is counter-productive and really messes up with parallel builds. Just ensure we have built the pre-requisites before we build the fp-test bits. If the user builds manually just complain if the parent build hasn't got the bits we need. Signed-off-by: Alex Bennée --- tests