Re: Enhancements to GNU Make

2001-09-25 Thread Paul D. Smith
%% Benn Bollay <[EMAIL PROTECTED]> 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 L

Enhancements to GNU Make

2001-09-25 Thread Benn Bollay
Hi - I've created two enhancements to gnu make. The first is procedure support, a'la macro's. The second is a single-level recursive assignment. Both are detailed below. The patch is available on request, or at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/makeng/patc