[bug #17873] .NOTPARALLEL enhancements

2006-10-12 Thread Cesar Crusius
Follow-up Comment #5, bug #17873 (project make): Correction: similar to patch #5108, not bug. ___ Reply to this item at: http://savannah.gnu.org/bugs/?17873 ___ Message sent via/by

[bug #17873] .NOTPARALLEL enhancements

2006-10-12 Thread Cesar Crusius
Follow-up Comment #6, bug #17873 (project make): I find the proposed solution confusing, in that it uses a dependency to affect how other dependencies on the same list are built. As far as I know that would be the only use of such semantics in make. I'd prefer a solution on the lines of patch

[bug #17873] .NOTPARALLEL enhancements

2006-10-12 Thread Cesar Crusius
Follow-up Comment #7, bug #17873 (project make): To answer Howard Chu: in very simple makefiles, dependencies could take care of the serial/parallel problem, but for complex makefiles they simply don't suffice. Consider, for example, a makefile that builds 3 independent executables, exe1, exe2,