> If anyone has suggestions on how to improve this, I'm willing to listen. > Patches have always been a bit of hit-'n'-miss for me. (Even applying > other people's patches usually takes me two or three tries to get the > directory right and the -p option right.)
I always do it by keeping '.orig' versions of the files and then diffing those against the newer versions. That way you get a patch that applies just like the man page says (i.e. 'patch < diff') and it just works. The downside is that you have to remember to make a .orig version of a file before you start editing it. -bat. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
