]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES
For those wanting to build for several platforms with the same source
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 09:19:37 +0000 (09:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 09:19:37 +0000 (09:19 +0000)
commit041843e47e2c27b2e0711a9162195982311f2877
tree322231d9ad36e216be2f7ef171a14a73dc8e1a7a
parentc2aa4f2081e18999ccf2ca466ac69afe67c2b291
For those wanting to build for several platforms with the same source
directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunately, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this.
CHANGES