[Distutils] [buildout] Fixed verbose mode when developing eggs

2009-10-19 Thread Jonathan Ballet
Hello, I had a small headache using Buildout this morning: I had a package which contained a C extension and which was developed in my buildout.cfg file. I wanted to see what was the gcc call used to build this extension, but using as much as -v as I could (I stopped at ten), I didn't see

Re: [Distutils] [buildout] Fixed verbose mode when developing eggs

2009-10-19 Thread Jim Fulton
On Mon, Oct 19, 2009 at 11:11 AM, Jonathan Ballet j...@multani.info wrote: Hello, I had a small headache using Buildout this morning: I had a package which contained a C extension and which was developed in my buildout.cfg file. I wanted to see what was the gcc call used to build this