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: Nikolay Molchanov
Subject: [bug #8297] Add a non-posix feature for parallel mode.
Date: Sun, 2 Apr 2006 00:38:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

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

Solaris "make" utility provides the following solution: if the 
targets are connected (separated) with a "+" sign, they are 
combined in a target group.

  target [+ target...] :  Target group. The rule in the target
                          entry  builds all the indicated tar-
                          gets as a group. It is normally per-
                          formed  only  once per make run, but
                          is checked for command  dependencies
                          every  time a target in the group is
                          encountered in the dependency scan.

Here is an example:

# Dependencies
cmdparser.hpp: cmdparser.cpp
cmdparser.cpp: cmdparser.y

# Common Rule
cmdparser.hpp + cmdparser.cpp:
        bison -d -o cmdparser.cpp cmdparser.y

I can be wrong, but I think POSIX standard allows this syntax.


    _______________________________________________________

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]