BSD make vs. GNU make

Tom Evans tevans.uk at googlemail.com
Wed Apr 18 10:12:33 UTC 2007


On Tue, 2007-04-17 at 17:28 +0100, Soo-Hyun Choi wrote:
> Hi,
> 
> This might be a dumb question, but would like get a clear idea about
> the differences between BSD make and GNU make. Why do I have to do
> 'gmake' in some cases instead of just plain 'make'?
> 
> What's the differences?
> 
> Thanks,
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

Slightly OT, but if the software you are building requires GNU make, the
best solution is to rename the Makefile to GNUmakefile, which will be
found and used by GNU make but not by BSD make.

As many others said, GNU make has many many features and extensions over
BSD make, to support autotools mainly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070418/2c9b52d3/attachment.pgp


More information about the freebsd-questions mailing list