For those wanting to build for several platforms with the same source
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 08:53:14 +0000 (08:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 08:53:14 +0000 (08:53 +0000)
commitd24d873e17d37b0a98753115f3ff27b2e05a6fea
tree0f445a052f1a5ff75e6279b1912fa419ba6e220a
parent77287706238c966adc859ff984c85111825f97ca
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.  Unfortunatelt, 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.
Configure