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 bug-m...@gnu.org is better for discussing patches
and new features, than help-make@gnu.org.

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!


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

Reply via email to