From: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Subject: Re: precompiled X11 libs 1 Feb 1997 00:52:43 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <009AF383.16D58B80.8872.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de> Original-To: ld AT netrix DOT com Original-CC: gnu-win32 AT cygnus DOT com, dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Original-Sender: owner-gnu-win32 AT cygnus DOT 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 AT ifk20 DOT mach DOT uni-karlsruhe DOT de) - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".