On Wed, Feb 23, 2000 at 03:19:27PM -0500, Rick W. Porter wrote:
> 6. from crypto, I did a "make all"
[...]
> 7. from apps, I did a "make all"
[...]
When you are in a sub-directory and don't want to run make from
the top directory, you are supposed to just run "make" (which
is equivalent to "make top"), not "make all". "make top"
will pick up various definitions from the top level Makefile
and finally run "make all" with the required parameters, whereas
directly running "make all" will use defaults that are usually wrong.
(We could change the sub-Makefiles so that they refuse to do any work
if called directly with "make all" ...)
Please run "make clean" and "make" from the top level directory
to get consistent object files.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]