This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: precompiled X11 libs


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]