Re: [Mesa-dev] [RFC-PATCH 0/2] share source lists between scons and make

2011-08-18 Thread Chia-I Wu
On Thu, Aug 18, 2011 at 6:33 PM, Jose Fonseca wrote: > I think this is great. Thanks for stepping up and doing this, Olv! > > Concerning the implementation, my only suggestion is that it might be useful > to have the ability to specify the include name (but maybe leave > 'sources.mak' as default

Re: [Mesa-dev] [RFC-PATCH 0/2] share source lists between scons and make

2011-08-18 Thread Chad Versace
Thanks for doing this, Chia-I. I like this approach. Chad Versace c...@chad-versace.us On 08/18/2011 03:33 AM, Jose Fonseca wrote: > I think this is great. Thanks for stepping up and doing this, Olv! > > Concerning the implementation, my only suggestion is that it might be useful > to have the

Re: [Mesa-dev] [RFC-PATCH 0/2] share source lists between scons and make

2011-08-18 Thread Jose Fonseca
I think this is great. Thanks for stepping up and doing this, Olv! Concerning the implementation, my only suggestion is that it might be useful to have the ability to specify the include name (but maybe leave 'sources.mak' as default value). Otherwise looks great IMO. I think we should expand

[Mesa-dev] [RFC-PATCH 0/2] share source lists between scons and make

2011-08-18 Thread Chia-I Wu
The goal of this RFC series is to allow scons and make to share the source lists. The source lists of Makefile's are constantly changing and we have had enough "fix SCons build" in the git log. For that to be possible, source lists in Makefile's are expected to be factored out to sources.mak. Ma