Re: [bug] Sibling submakes: wait for other submakes before failing

2021-06-16 Thread Alejandro Colomar (man-pages)
Hi Philip & David, On 6/14/21 5:42 AM, Philip Guenther wrote: On Sun, Jun 13, 2021 at 6:29 PM David A. Wheeler > wrote: > On Jun 13, 2021, at 5:44 PM, Alejandro Colomar (man-pages) mailto:alx.manpa...@gmail.com>> wrote: > > Let's say there's a pr

Re: [bug] Sibling submakes: wait for other submakes before failing

2021-06-13 Thread Philip Guenther
On Sun, Jun 13, 2021 at 6:29 PM David A. Wheeler wrote: > > On Jun 13, 2021, at 5:44 PM, Alejandro Colomar (man-pages) < > alx.manpa...@gmail.com> wrote: > > > > Let's say there's a project with a submake for each module. > > It’s counter-intuitive, but it is usually *MUCH* faster & more accurate

Re: [bug] Sibling submakes: wait for other submakes before failing

2021-06-13 Thread David A. Wheeler
> On Jun 13, 2021, at 5:44 PM, Alejandro Colomar (man-pages) > wrote: > > Let's say there's a project with a submake for each module. It’s counter-intuitive, but it is usually *MUCH* faster & more accurate to have a single make process figure things out in most cases than to use recursive m

[bug] Sibling submakes: wait for other submakes before failing

2021-06-13 Thread Alejandro Colomar (man-pages)
Let's say there's a project with a submake for each module. If a module depends on a file of another module, it's the other module that will have the recipe for it. For example, the shared library of a module links to the shared library of another module. Each module will have the rules for buil