Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 19:56:49 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Len Zettel <zettel@acm.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: GNU make
Message-ID:  <20041228175649.GA1017@gothmog.gr>
In-Reply-To: <200412280953.13116.zettel@acm.org>
References:  <200412280953.13116.zettel@acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-12-28 09:53, Len Zettel <zettel@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.
    %



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041228175649.GA1017>