Alexandre Julliard wrote:
>
> Steven Elliott <[EMAIL PROTECTED]> writes:
>
> > I've attached a patch that acts as a wrapper to "cvs diff" that I hope
> > will make patches slightly easier to generate and apply. With this
> > patch it will be possible to generate a patch by invoking "make patch"
>
> I'm all for having a standardized way of generating patches, but I
> think it would be better to do a script in tools/ for that. Doing this
> kind of things in the Makefile becomes ugly very quickly.
>
> And _please_ do not use diff -w; this is a very bad idea. Let me
> repeat this once more for everybody:
>
> DO NOT USE diff -w FOR SUBMITTING PATCHES.
>
> Thanks.
In that case, perhaps somebody should update
http://www.winehq.com/dev.html It advocates the use of diff -uw for
creating patches...
--
James Abbatiello