Subject: Re: building with crypto sources
To: Laine Stump <laine@v-one.com>
From: Aidan Cully <aidan@kublai.com>
List: current-users
Date: 09/04/1999 21:30:48
On Sat, Sep 04, 1999 at 12:03:06PM -0400, Laine Stump wrote:
> 2) After fixing (1), I run into this problem:
> 
>   cleandir ===> lib//libcrypto
>   cd: can't cd to /usr/src/lib//libcrypto
>   *** Error code 2
> 
> I'm assuming this is because I need to do some massaging to the files in
> /usr/src/crypto-us to get make to fully use them. What is it? (yes,
> /usr/src/crypto-us/lib/libcrypto does exist)

Rebuild make.  It now has a .PARSEDIR variable, which the Makefile.frag's
rely on to allow for (eventual) building several different crypto trees.
(i.e., the same system could build both crypto-us and crypto-intl.)

HTH,
--aidan