Re: jonah, dsa, ipsec
[email protected] Wed, 21 Oct 1998 07:50:48 -0400
| Newsgroups | gmane.ietf.pfl |
|---|---|
| Message-ID | <[email protected]> |
>> - Do you really need the MKS toolkit? I mean, is this in fact >> a euphamism for "get a shell and rm and ls and mv and the usual >> Unix-like tools", such as the Reed Kotler toolkit or other free >> implementations provide >We use MKS, and that is all we have tested with. Since all >versions of make are not created equal there is a good chance >that MKS make is the only one that well work off the shelf. In fact we know that Jonah won't build using MKS V5.n - you need version 6. Mike's right in that each make is different, and this is likely to mean that you can't just replace the MKS toolkit with some other set of Unix-like tools. However, everything that's specific to a given flavor of make is isolated in two files (rules.mk and src\startup.mk), so it should be possible to use a different one by suitably modifying one or both of these files. If you do try this, let us know what you had to change to get it to work! John