bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42289] .NOTPARALLEL should be allowed to have prerequisites


From: Paul D. Smith
Subject: [bug #42289] .NOTPARALLEL should be allowed to have prerequisites
Date: Sun, 04 May 2014 22:49:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.132 Safari/537.36

Update of bug #42289 (project make):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Duplicate of bug #17873 ...

People seem to want different things.  For example, some people want a list of
targets that can never be built in parallel with any other target, so when
make wants to build that target it will wait until all running jobs are done,
run that one job, then move on with more jobs (possibly parallel, possibly
not).

Other people want to provide a list of prerequisites that are mutually
exclusive with each other but not with anything else (so any number of targets
could be running in parallel, but only one of the mutually exclusive targets
at a time).

Others seem to want a behavior like order-only prerequisites, but not quite,
where a prerequisite being built doesn't cause the target to be rebuilt, _AND_
building the target doesn't cause the prerequisite to be built (that is, if
the prerequisite is needed for some other reason it will be built before the
target, but building the target is not enough to build the prerequisite).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42289>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]