help-make
[Top][All Lists]
Advanced

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

Re: Looking for doc on target groups...


From: David Boyce
Subject: Re: Looking for doc on target groups...
Date: Wed, 1 Sep 2010 13:16:50 -0400

Specifically it's a clearmake enhancement which works with clearmake's gnu-compatibility mode. It's a nice feature but has not been implemented in GNU make. 

David Boyce 

On Sep 1, 2010, at 12:51, Eric Melski <address@hidden> wrote:

Brian R Cowan wrote:
I have a makefile that has target definitions that look something like this:

foo.out+bar.out+oof.out: : prereq1
        {script}

I know that this is a special kind of target group ("this 'recipe' builds all these targets at once"), but I'll be darned if I can find this definition anywhere -- including in the GNU make manual.

It's not in the GNU make manual because that is not GNU make syntax.  There are other make variants that support that syntax, such as System V make.

HTH,

Eric Melski
http://blog.melski.net/

_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make

reply via email to

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