Commit 68cd4e3f authored by Richard Levitte's avatar Richard Levitte
Browse files

Makefile et al template: only modify static library with new object files



Previously, we updated the static libraries (libcrypto.a on Unix,
libcrypto.lib on Windows) with all the object files, regardless of if
they were rebuilt or not.  With this change, we only update them with
the object files were rebuilt.

NOTE: this does not apply on VMS, as the expansion of $? may be too
large for a command line.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 51f6d884
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment