bug-make
[Top][All Lists]
Advanced

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

Re: Enhancements to GNU Make


From: Paul D. Smith
Subject: Re: Enhancements to GNU Make
Date: Wed, 26 Sep 2001 00:44:09 -0400

%% Benn Bollay <address@hidden> writes:

  bb> Procedure Support:
  bb> Make currently lacks the ability to do multiple things on a single 
  bb> line.

This feature is already implemented for the next version of GNU make,
although obviously it takes a different form than yours.

  bb> Single Level Recursive Assignment:
  bb> This operator, "^=", performs a single-level expansion to the rhs
  bb> of the assignment, and copies the resulting value into the left
  bb> hand variable, setting it to be a recursive variable.

I'm interested to hear the purposes to which you put this enhancement.
In general I'm very wary of adding many new operators to GNU make (there
are a number of other new features which will need operators that I'd
love to see added as well), but if there is sufficient justification I'm
willing to consider it.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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