From: dahms@ifk20.mach.uni-karlsruhe.de
Subject: Re: precompiled X11 libs
1 Feb 1997 00:52:43 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <009AF383.16D58B80.8872.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de>
Original-To: ld@netrix.com
Original-CC: gnu-win32@cygnus.com, dahms@ifk20.mach.uni-karlsruhe.de
Original-Sender: owner-gnu-win32@cygnus.com

Hi, you wrote:

: I mean how should I run diff (or something that can create the patch)...
: 
: X11R6.3 source is ~ 150MB, Objects ~ 50-100 MB, binary, libs ~ 20 MB

I never packaged diffs, but here's my somewhat tested guess for unix:
Note that I assume cp -p foo.c foo.c.orig of every file before editing.

(for f in `find X11R6.3 -name '*.orig' -print`
do diff -c $f `dirname $f`/`basename $f .orig`
done)>my.patch

No idea if this works in bash under cygwin...


Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
