GNU make

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Dec 28 13:21:48 PST 2004


On 2004-12-28 09:53, Len Zettel <zettel at acm.org> wrote:

> Are there any serious differences between GNU make and the FreeBSD
> make command?

Yes.  These two programs serve a similar purpose and you may carefully
write Makefiles that use a very minimal feature set of both that happen
to work on any of the two, but they are a lot different too.

> Will the information in the GNU make manual be relevant?

The information in the GNU make manual applies to GNU make.  You can
install GNU make using the ports though:

    % pkg_info | grep gmake
    gmake-3.80_2        GNU version of 'make' utility
    % which gmake
    /usr/local/bin/gmake
    % gmake --version
    GNU Make 3.80
    Copyright (C) 2002  Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    %



More information about the freebsd-questions mailing list