bug-make
[Top][All Lists]
Advanced

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

[bug #8297] Add a non-posix feature for parallel mode.


From: Paul D. Smith
Subject: [bug #8297] Add a non-posix feature for parallel mode.
Date: Sat, 1 Apr 2006 22:04:55 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5

Follow-up Comment #3, bug #8297 (project make):

Yes, but I don't like that syntax because it seems to allow both kinds of
"rules" to be defined at the same time; consider:

  foo + bar baz boz + biz:

What does this mean?  In discussions on the GNU make developers' list we
discussed a syntax like this:

    foo bar |: biz baz
    %.y %.z |: %.a

and:

    foo bar &: biz baz
    %.y %.z &: %.a

The "&:" separator means that all targets are built with one invocation
(default today for pattern rules) and the "|:" separator means each target is
built with a separate invocation (default today for explicit rules).  The
unadorned ":" would keep its current behavior (different depending on whether
you use pattern or explicit rules).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8297>

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





reply via email to

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