help-make
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement "grouped targets" in ordinary rules.


From: Paul Smith
Subject: Re: [PATCH] Implement "grouped targets" in ordinary rules.
Date: Wed, 13 Mar 2019 16:10:23 -0400

On Wed, 2019-03-13 at 12:50 -0700, Kaz Kylheku (gmake) wrote:
> I take it I should post to the Savannah item above?
> 
> I have a Savannah account due to having a few projects there.
> I don't have permission to upload patches to the GNU Make project,
> just to open tickets and comment.

I disabled the patch section because it seemed more trouble than it was
worth to keep it separate: patches can be attached to bugs which is how
I'd prefer it.

You can continue to use mailing lists if you want, it doesn't matter to
me (in fact mailing lists are often better for initial proposals to get
comments) although address@hidden is better for discussing patches
and new features, than address@hidden

Regarding the amount of change, it doesn't just cover the code change
but all the rest of the changes including docs and tests... here's the
doc covering this:

https://www.gnu.org/prep/maintain/maintain.html#Legally-Significant

>     a b c &: : prereq   # :& is an odd target name, eek!

This is already invalid syntax so you don't have to worry about that. 
There's no way to create a target containing a colon in the name except
by hiding it inside a variable:

  FOO = foo:bar

  $(FOO) : baz

Cheers!




reply via email to

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