Re: [Distutils] distutils rebuilds EVERYTHING

2010-10-12 Thread Ronald Oussoren
On 8 Oct, 2010, at 8:59, Tarek Ziadé wrote: > Hello, > > On Fri, Oct 8, 2010 at 1:40 AM, Charles Doutriaux wrote: >> Hello, >> >> It seems that since python 2.7 the default behaviour of distutils changed. >> >> I have a project with a LOT of .c files used in an extension >> >> It used to be

Re: [Distutils] distutils rebuilds EVERYTHING

2010-10-11 Thread Charles Doutriaux
Hi Tarek, Is there a patch out there or a manifest I can create or someway so I can overwrite this behaviour? If I download distutils2 do you think it would work? Thanks, C. On 10/7/10 11:59 PM, Tarek Ziadé wrote: > Hello, > > On Fri, Oct 8, 2010 at 1:40 AM, Charles Doutriaux wrote: >> Hell

Re: [Distutils] distutils rebuilds EVERYTHING

2010-10-07 Thread Tarek Ziadé
Hello, On Fri, Oct 8, 2010 at 1:40 AM, Charles Doutriaux wrote: >  Hello, > > It seems that since python 2.7 the default behaviour of distutils changed. > > I have a project with a LOT of .c files used in an extension > > It used to be that when rebuilding (python setup.py build install) it > wou

[Distutils] distutils rebuilds EVERYTHING

2010-10-07 Thread Charles Doutriaux
Hello, It seems that since python 2.7 the default behaviour of distutils changed. I have a project with a LOT of .c files used in an extension It used to be that when rebuilding (python setup.py build install) it would only "rebuild" the .o for the C files that actually changed. Since Python 2