Mail Archives: djgpp-workers/1997/06/23/19:41:17
> But, come to think of it, we wouldn't expect 'stub.h' or 'stubinfo.h' to
> really change because we recompiled 'djasm.exe', would we?
I wouldn't be surprised if it did. We've done those kinds of
optimizations in the past, replacing 5-byte variants with 2-byte
variants for certain forms of some opcodes.
> - I don't think there's any *really* portable way to use recursive makes
> on both DJGPP and whatever Unix-alike you choose, without insisting on the
> presence of GNU make. At least none that I know. So GNU make will
> probably have to be required, for 'make -C directory' and text
> transformation functions (wildcard(), and friends) to work.
Requiring GNU make for cross-compiling is acceptable.
- Raw text -