Re: resurrecting automatic dependencies

2013-08-03 Thread Gabriel Dos Reis
On Sat, Aug 3, 2013 at 4:11 PM, Richard Henderson wrote: > I hope we can merge this soon. Seconded. -- Gaby

Re: resurrecting automatic dependencies

2013-08-03 Thread Richard Henderson
On 07/18/2013 04:48 PM, Tom Tromey wrote: > There may be more missing dependencies. Please try out this branch if > you would. You can report bugs to me, just send the build log. I've done a couple of builds, and had a browse through the patches on the branch. It's looking pretty good to me. I

Re: resurrecting automatic dependencies

2013-07-23 Thread Tom Tromey
> "Ian" == Ian Lance Taylor writes: Ian> So you should be good to go for Go. Thanks. I confirmed it works here. I've merged this and pushed the needed go/Make-lang.in change to my branch and built with a large -j on gcc110 with success. Tom

Re: resurrecting automatic dependencies

2013-07-23 Thread Ian Lance Taylor
On Tue, Jul 23, 2013 at 12:06 AM, Tom Tromey wrote: > > ... which causes build failures for go-backend.c (uses rtl.h) and > go-lang.c (uses except.h), since with this defined, certain headers are > prohibited. > > > A short term solution is to keep Go using explicit dependencies. > > For a long te

Re: resurrecting automatic dependencies

2013-07-23 Thread Tom Tromey
Tom> There may be more missing dependencies. Please try out this branch if Tom> you would. You can report bugs to me, just send the build log. I tried -j33 on a bigger machine and found a problem with Go. The dependency patch uses the language Makefile conventions to add some order-only depende

Re: resurrecting automatic dependencies

2013-07-22 Thread Tom Tromey
> "Diego" == Diego Novillo writes: Diego> Have you any plans for other build system work? Nope, no other plans. This was just an unfinished item from long ago that Cauldron inspired me to try to complete. Tom

Re: resurrecting automatic dependencies

2013-07-19 Thread Diego Novillo
On Thu, Jul 18, 2013 at 7:48 PM, Tom Tromey wrote: > Today I started resurrecting my old automatic dependency patch. Thanks Tom! I'd hug you if you weren't so ugly ;) > There may be more missing dependencies. Please try out this branch if > you would. You can report bugs to me, just send the