Mail Archives: djgpp-workers/2000/12/13/06:22:06
On Tue, 12 Dec 2000, Peter J. Farley III wrote:
> Yes, I can see now that it would be better to break it up a
> little. After I fix all the things Eli has pointed out, I will put
> together a script to make some kind of logical separation into multiple
> packages.
You could simply use your favorite text editor to make several files
from a single one...
> But in any case, all of the
> diff packages will have to be applied together for all the changes I've
> made to build and test correctly.
That's not very good: it means that the patches aren't independent.
But I don't see why all of them need to be applied at once. For
example, if I'm not rebuilding dbgcom.c, I don't need to patch it,
right? And the same is true for _dosexterr: unless someone wants to
build and run the tests for the new fcntl, they don't need _dosexterr,
since only the test programs call it, right?
- Raw text -