Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-28 Thread José Fonseca
dnesday, October 27, 2010 8:33 AM > > To: Matthew William Cox > > Cc: mesa-dev@lists.freedesktop.org > > Subject: Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles > > > > On Tue, 2010-10-26 at 16:12 -0700, Matthew William Cox wrote: > > > Hello, &

Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-26 Thread Matthew William Cox
Hello, Firstly, Kenneth Graunke's patch fixes the autoconf issue and supercedes this patch, so we should focus the review on that patch. On Tue, Oct 26, 2010 at 06:23:00AM -0700, Dan Nicholson wrote: > However, removing the second -O from PYTHON_FLAGS is really a separate > change. Can you expla

Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-26 Thread Dan Nicholson
On Mon, Oct 25, 2010 at 12:10 PM, Matthew William Cox wrote: > Hello list, > > There are still some places in the build system which directly call > python. This is an issue now that python3 has started to become the > default version, this is true on at least Arch Linux. The attached patch > fixe

[Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-25 Thread Matthew William Cox
Hello list, There are still some places in the build system which directly call python. This is an issue now that python3 has started to become the default version, this is true on at least Arch Linux. The attached patch fixes the build system to always use the PYTHON2 make variable together with