%% "J. Grant" <[EMAIL PROTECTED]> writes: jg> I have been reading about Lucent nmake jg> (http://www.bell-labs.com/project/nmake/). It looks interesting, jg> they use a different rule format, and include a preprocessor. jg> There is a comparison to GNU make jg> (http://www.bell-labs.com/project/nmake/faq/gmake.html). I was jg> wondering if GNU make planned to add some similar features to jg> Lucent nmake?
Did you have some specific feature in mind? Based on the comparison the only significant feature difference I see is that nmake is stateful while GNU make is not stateful. Adding state to GNU make has been (and is still) on the TODO list, but it hasn't been done yet. There is no specific timeframe for this feature. Note that the comparison you cite is based on GNU make 3.75 (with a few 3.76 features thrown in). GNU make is now up to 3.80 and has a number of enhanced features. Also note that the comparison is not 100% accurate: for example GNU make has had support for distributed builds for a long time (at least on UNIX platforms), but it requires linking in a 3rd party library (free, but not provided with GNU make). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make