precompiled X11 libs
dahms@ifk20.mach.uni-karlsruhe.de
dahms@ifk20.mach.uni-karlsruhe.de
Fri Jan 31 20:03:00 GMT 1997
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".
More information about the Cygwin
mailing list