Re: [Mesa-dev] [PATCH 0/4] Convert Nouveau gallium drivers to automake

2012-08-02 Thread Tom Stellard
On Fri, Aug 03, 2012 at 01:53:06AM +0200, Lucas Stach wrote: > Trivial series to convert Nouveau gallium drivers to automake > in order to generate Makefiles. > > This is just the general direction in which the MESA buildsystem > is moving. Aside from this it makes the "make" output a lot more > r

[Mesa-dev] [PATCH 0/4] Convert Nouveau gallium drivers to automake

2012-08-02 Thread Lucas Stach
Trivial series to convert Nouveau gallium drivers to automake in order to generate Makefiles. This is just the general direction in which the MESA buildsystem is moving. Aside from this it makes the "make" output a lot more readable and therefore helps to spot compiler warnings more easily. Lucas