Re: [Mesa-dev] No more make clean!

2012-05-29 Thread Brian Paul
The dispatch code generation has a dependency on 'indent'. configure should be checking for indent. But since reformatting the generated could shouldn't be necessary, we should be able to build without indent. Anyone care to implement that? Right now, src/mapi/glapi/gen/Makefile uses $(IND

Re: [Mesa-dev] No more make clean!

2012-05-29 Thread Kenneth Graunke
On 05/24/2012 04:45 PM, Eric Anholt wrote: > It still has the flaw that changes to source lists and Makefile.ams > don't rebuild Makefile as often as they should. This is because our > top-level Makefile isn't in automake, and has just a stub am-refresh > target. I have a series to convert that,

Re: [Mesa-dev] No more make clean!

2012-05-29 Thread Brian Paul
On Fri, May 25, 2012 at 10:51 AM, Dan Nicholson wrote: > On May 25, 2012 7:23 AM, "Brian Paul" wrote: >> >> On 05/24/2012 05:45 PM, Eric Anholt wrote: >>> >>> It still has the flaw that changes to source lists and Makefile.ams >>> don't rebuild Makefile as often as they should.  This is because o

Re: [Mesa-dev] No more make clean!

2012-05-28 Thread Kenneth Graunke
On 05/25/2012 09:51 AM, Dan Nicholson wrote: > On May 25, 2012 7:23 AM, "Brian Paul" > wrote: >> >> On 05/24/2012 05:45 PM, Eric Anholt wrote: >>> >>> It still has the flaw that changes to source lists and Makefile.ams >>> don't rebuild Makefile as often as they should.

Re: [Mesa-dev] No more make clean!

2012-05-28 Thread Kenneth Graunke
On 05/25/2012 07:22 AM, Brian Paul wrote: > On 05/24/2012 05:45 PM, Eric Anholt wrote: >> It still has the flaw that changes to source lists and Makefile.ams >> don't rebuild Makefile as often as they should. This is because our >> top-level Makefile isn't in automake, and has just a stub am-refre

Re: [Mesa-dev] No more make clean!

2012-05-25 Thread Dan Nicholson
On May 25, 2012 7:23 AM, "Brian Paul" wrote: > > On 05/24/2012 05:45 PM, Eric Anholt wrote: >> >> It still has the flaw that changes to source lists and Makefile.ams >> don't rebuild Makefile as often as they should. This is because our >> top-level Makefile isn't in automake, and has just a stub

Re: [Mesa-dev] No more make clean!

2012-05-25 Thread Brian Paul
On 05/24/2012 05:45 PM, Eric Anholt wrote: It still has the flaw that changes to source lists and Makefile.ams don't rebuild Makefile as often as they should. This is because our top-level Makefile isn't in automake, and has just a stub am-refresh target. I have a series to convert that, but it

Re: [Mesa-dev] No more make clean!

2012-05-24 Thread Matt Turner
On Thu, May 24, 2012 at 7:45 PM, Eric Anholt wrote: > It still has the flaw that changes to source lists and Makefile.ams > don't rebuild Makefile as often as they should.  This is because our > top-level Makefile isn't in automake, and has just a stub am-refresh > target.  I have a series to conv

[Mesa-dev] No more make clean!

2012-05-24 Thread Eric Anholt
It still has the flaw that changes to source lists and Makefile.ams don't rebuild Makefile as often as they should. This is because our top-level Makefile isn't in automake, and has just a stub am-refresh target. I have a series to convert that, but it means getting rid of the static configs. I'