[bug #13862] .WAIT target for parallel builds

2022-09-12 Thread Paul D. Smith
Update of bug #13862 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #13862] .WAIT target for parallel builds

2022-09-08 Thread Paul D. Smith
Follow-up Comment #6, bug #13862 (project make): The next release of the POSIX standard will require .WAIT prerequisites for make. I think the final text looks something like what is shown here: https://austingroupbugs.net/view.php?id=1437#c5489 but I'm not sure. ___

[bug #13862] .WAIT target for parallel builds

2014-02-12 Thread anonymous
Follow-up Comment #5, bug #13862 (project make): What's the status here? .WAIT seems to be a useful feature. ___ Reply to this item at: ___ Nachricht g

[bug #13862] .WAIT target for parallel builds

2006-04-03 Thread Paul D. Smith
Follow-up Comment #3, bug #13862 (project make): See also bug #13976. See also these emails: http://lists.gnu.org/archive/html/help-make/2005-04/msg00087.html http://lists.gnu.org/archive/html/help-make/2005-05/msg2.html Nikolay: I don't understand your comment "[.NO_PARALLEL] is already

[bug #13862] .WAIT target for parallel builds

2006-04-01 Thread Nikolay Molchanov
Follow-up Comment #2, bug #13862 (project make): I think the example in the description is not quite correct. Usually .WAIT target is used to separate targets, that do not depend one on another in sense of build process, but they should not be built in parallel. For example, a nightly build proc