Re: automatic dependencies

2013-10-02 Thread Tom Tromey
> "Eric" == Eric Botcazou writes: >> Sorry, I think it requires a review. >> I'll send it to gcc-patches. Eric> IMO it clearly falls into the obvious category. I wasn't so sure; but in any case Jakub quickly approved it and I have checked it in. Tom

Re: automatic dependencies

2013-10-02 Thread Eric Botcazou
> Sorry, I think it requires a review. > I'll send it to gcc-patches. IMO it clearly falls into the obvious category. -- Eric Botcazou

Re: automatic dependencies

2013-10-02 Thread Tom Tromey
> "Eric" == Eric Botcazou writes: Eric> Ping? Sorry, I think it requires a review. I'll send it to gcc-patches. Tom

Re: automatic dependencies

2013-10-02 Thread Eric Botcazou
Ping? > Here's the corrected ChangeLog entry. > > 2013-09-30 Tom Tromey > > * Makefile.in (DRIVER_DEFINES): Use $(if), not $(and). -- Eric Botcazou

Re: automatic dependencies, adding new files in branch...

2013-10-01 Thread Tom Tromey
> "Basile" == Basile Starynkevitch writes: Basile> I want to merge the current trunk into the MELT branch, and I Basile> have some trouble understanding how one should add new files Basile> into GCC (i.e. into a branch) Nothing much has changed there. You just don't need to list any discove

Re: automatic dependencies

2013-09-30 Thread Eric Botcazou
> In this particular case it looked easy to reimplement using $(if). > > Could you please try this patch with make 3.80? It works fine, thanks. -- Eric Botcazou

Re: automatic dependencies

2013-09-30 Thread Tom Tromey
Tom> 2013-09-30 Tom Tromey Tom>* Makefile.in (-DTOOLDIR_BASE_PREFIX): Use $(if), not $(and). I didn't look at this until later and saw that Emacs guessed wrong. Here's the corrected ChangeLog entry. 2013-09-30 Tom Tromey * Makefile.in (DRIVER_DEFINES): Use $(if), not $(and). T

Re: automatic dependencies

2013-09-30 Thread Tom Tromey
Eric> Are there any additional prerequisites on the GNU make version? Eric> On a machine with GNU make 3.80 installed, the bootstrap Eric> consistently fails with: Sorry about this. Eric> $(and $(SHLIB),$(filter yes,yes),-DENABLE_SHARED_LIBGCC) \ I looked in the GNU make NEWS file and found th

Re: automatic dependencies

2013-09-29 Thread Eric Botcazou
> I wanted to mention this explicitly, since last time around this series > tripped across a GNU make bug. If you see any problems, please report > them and CC me. I will look into them as soon as I am able. Are there any additional prerequisites on the GNU make version? On a machine with GNU

Re: automatic dependencies

2013-09-25 Thread Tom Tromey
Diego> Thank you, thank you, thank you! A long time in the making, but Diego> I'm glad you persevered. FWIW, I had given up on this patch way back when; but then was somewhat reinvigorated by the Cauldron and happened to notice a few "missing dependency" bug fixes on the list... Tom

Re: automatic dependencies

2013-09-25 Thread Jeff Law
On 09/25/2013 12:27 PM, Diego Novillo wrote: On Wed, Sep 25, 2013 at 12:39 PM, Tom Tromey wrote: Hi all. I've checked in the automatic dependency tracking patch series. Thank you, thank you, thank you! A long time in the making, but I'm glad you persevered. Likewise. Particularly given the

Re: automatic dependencies

2013-09-25 Thread Diego Novillo
On Wed, Sep 25, 2013 at 12:39 PM, Tom Tromey wrote: > Hi all. > > I've checked in the automatic dependency tracking patch series. Thank you, thank you, thank you! A long time in the making, but I'm glad you persevered. Diego.

Re: automatic dependencies

2013-09-25 Thread Tom Tromey
> "Tom" == Tom Tromey writes: Tom> I wanted to mention this explicitly, since last time around this series Tom> tripped across a GNU make bug. If you see any problems, please report Tom> them and CC me. I will look into them as soon as I am able. Oops, I meant to write a bit more here befo