For those wanting to build for several platforms with the same source
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 09:18:25 +0000 (09:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 09:18:25 +0000 (09:18 +0000)
commit4810644f65d689ae2f48842353af57450c92c30c
tree19ea4172d210e06d77ea154a467bd1a6ac09044c
parentd24d873e17d37b0a98753115f3ff27b2e05a6fea
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