This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: gdb/gnulib problems with BSD operating systems
- From: Tom Tromey <tromey at redhat dot com>
- To: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: "'Joel Brobecker'" <brobecker at adacore dot com>, <gdb at sourceware dot org>
- Date: Mon, 02 Apr 2012 08:16:31 -0600
- Subject: Re: gdb/gnulib problems with BSD operating systems
- References: <32726.6318876811$1333031278@news.gmane.org> <87ehs9n7xx.fsf@fleche.redhat.com> <20120330213422.GX2713@adacore.com> <20120330220740.GA18842@adacore.com> <37068.5830399909$1333195740@news.gmane.org>
>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:
Pierre> You are right,
Pierre> do a simple
Pierre> gmake
Pierre> does work.
Pierre> However, I am used to do
Pierre> gmake all-gdb
Pierre> and I checked by removing everything
Pierre> it does fail if you use
Pierre> gmake all-gdb
Pierre> instead of
Pierre> gmake
Pierre> ...
I wonder whether changing the top-level Makefile so that "MAKE" is in
HOST_EXPORTS would help. I believe this will cause MAKE to be set in
the subdir configure environment.
Tom