Re: Pretty Build System (Take 3)

2007-05-30 Thread Robert Shearman
Alexandre Julliard wrote: Robert Shearman <[EMAIL PROTECTED]> writes: Attached is a patch that reduces the verbosity of the build system by printing the build commands in one of two formats: COMMAND output_file or COMMAND input_file -> output_file I hope it meets Alexandre's requirements of

Re: Pretty Build System (Take 3)

2007-05-30 Thread Robert Shearman
Tom Spear wrote: On 5/29/07, Robert Shearman <[EMAIL PROTECTED]> wrote: Hi, Attached is a patch that reduces the verbosity of the build system by printing the build commands in one of two formats: COMMAND output_file or COMMAND input_file -> output_file I hope it meets Alexandre's requirements

Re: Pretty Build System (Take 3)

2007-05-30 Thread Tom Spear
On 5/29/07, Robert Shearman <[EMAIL PROTECTED]> wrote: Hi, Attached is a patch that reduces the verbosity of the build system by printing the build commands in one of two formats: COMMAND output_file or COMMAND input_file -> output_file I hope it meets Alexandre's requirements of not reducing p

Re: Pretty Build System (Take 3)

2007-05-29 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Attached is a patch that reduces the verbosity of the build system by > printing the build commands in one of two formats: > COMMAND output_file > or > COMMAND input_file -> output_file > > I hope it meets Alexandre's requirements of not reducing porta

Re: Pretty Build System (Take 3)

2007-05-29 Thread Kirill K. Smirnov
You probably forget to run 'autoconf'. I can see nice messages like: $ autoconf ... $ ./configure ... $ make depend ... $ make ... CC extrachunk.o CC factory.o CC getframe.o CC icmstream.o CC regsvr.o CC tmpfile.o >I get the following (on Slackware 11) while running the make depend >portion of ./c

Re: Pretty Build System (Take 3)

2007-05-29 Thread Tom Spear
On 5/29/07, Robert Shearman <[EMAIL PROTECTED]> wrote: Hi, Attached is a patch that reduces the verbosity of the build system by printing the build commands in one of two formats: COMMAND output_file or COMMAND input_file -> output_file I hope it meets Alexandre's requirements of not reducing p

Pretty Build System (Take 3)

2007-05-29 Thread Robert Shearman
Hi, Attached is a patch that reduces the verbosity of the build system by printing the build commands in one of two formats: COMMAND output_file or COMMAND input_file -> output_file I hope it meets Alexandre's requirements of not reducing portability of Wine to other platforms (including Wind