This is the mail archive of the gcc@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


On Sun, Jan 28, 2001 at 05:39:26PM -0200, Alexandre Oliva 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.
> 
> The problem is that configure doesn't know which make program the user
> is going to use.

configure is stupid, that's a given :) This looks like something the end
user would have to specify, with a reasonable default (look for MAKE in
the environment, or search for the first make in PATH, or allow for
--with-make= option, in that order).

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