This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH to toplevel Makefile.tpl


On Tue, 18 Feb 2003 14:57:04 -0500, DJ Delorie <dj@redhat.com> wrote:

>> 2003-02-18  Jason Merrill  <jason@redhat.com>
>> 
>> 	* Makefile.tpl (check-c++): Allow parallelism.
>
> IMHO the .NOTPARALLEL in the toplevel Makefile shouldn't be there.
> The whole point of rearranging the toplevel Makefile was to allow
> parallelism.  The fact that people are choosing to commit patches like
> this means we've failed to make that clear.

I think the point of the .NOTPARALLEL is to make something like

  make all-gcc check-gcc

work properly, given that check-gcc has no dependencies.  Do you have a
better idea?

Jason


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