diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-01-30 12:06:16 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-01-30 12:06:16 +0000 |
commit | 4c441f30bb0926edd87dd0c9c3663632842d52e3 (patch) | |
tree | 1527c2df1f641a4b0900b992ea1fa63ed4724ace /STATUS | |
parent | fc8c1a5c6720dce3fe462ea1b005179ae6f1a365 (diff) | |
download | openssl-new-4c441f30bb0926edd87dd0c9c3663632842d52e3.tar.gz |
Update
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/01/21 13:01:20 $ + ______________ $Date: 1999/01/30 12:06:16 $ DEVELOPMENT STATE @@ -13,8 +13,6 @@ IN PROGRESS - o Ben is folding in his patches - NEEDS PATCH OPEN ISSUES @@ -30,19 +28,7 @@ itself. Then we can avoid a lot of those platform checks which are currently in Configure. - 2. The massive symlinking of Makefile.ssl -> Makefile: - First the `make -f Makefile.ssl links' command is nasty, second the - whole process is slow and third it seems to be done without real - need. And forth, the dependecies are currently missing. And fifth, - it's complicated to always go to the top-level in order to get the - local variables overriden. - Suggestion: Rename Makefile.ssl to Makefile.in, add - dependencies to Makefile.in and change the build process - to _generate_ Makefile out of Makefile.in by - substituting variables like CC, etc. This solves the - above problems. - - 3. The xxx.org -> xxx.h generation: + 2. The xxx.org -> xxx.h generation: It's not obvious for which file xxx.org is the source. Suggestion: Rename xxx.org to xxx.h.in (Autoconf style), this way one sees that xxx.h.in is the input for xxx.h |