* Ralf Wildenhues wrote on Sat, Mar 14, 2009 at 01:22:56PM CET:
> GNUmakefile: disable parallelism only for multiple, recursive targets
>
> * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
> additions in the Makefile.
> (AM_RECURSIVE_TARGETS): New macro, overrid
* Jim Meyering wrote on Sat, Mar 14, 2009 at 03:02:52PM CET:
> Ralf Wildenhues wrote:
> > GNUmakefile: disable parallelism only for multiple, recursive targets
> >
> > * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
> > additions in the Makefile.
> > (AM_RECURSIVE_T
Ralf Wildenhues wrote:
> Hello Jim, all,
...
> 2) disable parallel builds if more than one target is listed on the
> command line, and at least one of them invokes a recursive target.
> This is the gist of the issue, and the patch only avoids this issue
> while practically enabling parallelism thro
Hello Jim, all,
I noticed that the GNUmakefile from coreutils/gnulib uses .NOTPARALLEL,
in order to avoid problems with multiple targets listed on the command
line. It was added here:
| commit 88b47ac69fc7944fb1d4ff008d5741c55a8f279a
| Author: Jim Meyering
| Date: Fri Nov 17 10:20:09 2000 +00