[OE-core] [PATCH 3/8] [rpm] force a configure before make distclean

Burton, Ross ross.burton at intel.com
Tue Aug 23 16:54:24 UTC 2016


On 23 August 2016 at 08:25, Jérémy Rosen <jeremy.rosen at smile.fr> wrote:

> -       ( cd ${S}/syck ; set +e ; rm -- -l* ; make distclean ) || :
> +       ( cd ${S}/syck ; set +e ; rm -- -l* ; ./configure ; make distclean
> ) || :
>

Running configure without all the options it needs to actually work just so
that distclean works in a subbuild that shouldn't be breaking on rebuilds
because we have out of tree builds scares me a little.

Mark, you added this line, can you remember what it was for?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160823/7d5f82c1/attachment-0002.html>


More information about the Openembedded-core mailing list