lua-users home
lua-l archive

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


On 27/10/2011 22:05, Marc Balmer wrote:

So whenever I write software for both the BSDs and Linux (yes, that
happens... ;) I provide a Makefile for BSD make and a GNUmakefile for
Gnu make.

Shouldn't the plain Makefile work with GNU make as well? If so, what's the point of providing a second Makefile just for GNU make? Does GNU make lack any features that BSD make offers?

Cheers,
Ingo