This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bootstrap fails with FreeBSD make


>>>>> "AO" == Alexandre Oliva <aoliva@redhat.com> writes:

AO> On Jan 29, 2001, Martin Buchholz <martin@xemacs.org> wrote:
>> Alexandre wrote:
>> On Jan 28, 2001, Marc Espie <espie@quatramaran.ens.fr> wrote:

>>> In fact, telling autoconf to substitute <tab> for <tab>+ in a Makefile if
>>> the chosen make does not handle + is probably the way to go.

AO> The problem is that configure doesn't know which make program the user
AO> is going to use.

>> The way XEmacs solves this problem is by generating _both_ a
>> GNUmakefile and a Makefile.

AO> But GNU make is not the only make program that supports `+', VPATH and
AO> $(MAKE).  Should we arbitrarily rule these features out for users of
AO> non-GNU makes?

The Posix definition for make is too useless to do anything useful.

GNU make is now very good.  I think it's not such a bad solution if we
allow building with any make, but only support "advanced" features
with GNU make.  The downside is added maintenance burden for the GNU
maintainers and a slower configure step.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]