Date: Sun, 13 Dec 1998 10:25:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: bowman cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ Installation In-Reply-To: <3672B68C.E323838E@montana.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 12 Dec 1998, bowman wrote: > Patching is not a big deal, and looking at the .dif files will give you > the general idea. Since the SDK keeps changing all the time, it might be a good idea to have a Sed script that does the patching, in addition to the diffs to be applied by the `patch' utility. Sed and `patch' have different advantages and disadvantages: Sed is less sensitive to significant changes in the files, since you can craft a script whose context is exactly as appropriate to each one of the edits you need to perform; while `patch' is very sensitive to small changes in surrounding context, but can be relied upon to not produce a wrong file due to significant changes.