Richard Levitte - VMS Whacker wrote:
> 
> From: Ben Laurie <[EMAIL PROTECTED]>
> 
> ben> If I rebuild obj_mac.h (and the other autobuilt one, forget the name
> ben> right now), then it loses lots of stuff, exactly what is readily
> ben> apparent by doing a cvs diff...
> 
> obj_dat.num?  Anyway, obj_mac.h was built using exactly the currently
> existing scripts.  I wouldn't have done it any other way.
> 
> ben> b) why it isn't automatically done in the Makefile (it was fixing
> ben> this that made me realise it didn't work as I expected)?
> 
> Which makefile are you talking about?  The way it's done is through
> update: in the topmost Makefile.  This is what is found in
> Makefile.org:
> 
> crypto/objects/obj_dat.h: crypto/objects/obj_mac.h crypto/objects/obj_dat.pl
>         perl crypto/objects/obj_dat.pl crypto/objects/obj_mac.h 
>crypto/objects/obj_dat.h
> crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt
>         perl crypto/objects/objects.pl crypto/objects/objects.txt 
>crypto/objects/obj_mac.num crypto/objects/obj_mac.h
> 
> TABLE: Configure
>         (echo 'Output of `Configure TABLE'"':"; \
>         perl Configure TABLE) > TABLE
> 
> update: depend errors stacks util/libeay.num util/ssleay.num 
>crypto/objects/obj_dat.h TABLE
> 
> ben> I did that stuff by guesswork, but I don't know whether I got it right,
> ben> coz it didn't work anyway!
> 
> It would be kind if you told me what you attempted, so I don't have to guess.
> :-)

I'm trying to! To be explicit, I added this to
crypto/objects/Makefile.ssl

obj_dat.h: objects.h objects.txt obj_mac.h
        perl obj_dat.pl objects.h obj_dat.h

obj_mac.h: objects.txt obj_mac.num
        perl objects.pl objects.txt obj_mac.num obj_mac.h

and everything broke (even after fixing the obvious problem, which was a
missing definition for something of the form ab-cd [sorry, forgot
exactly what]). Touching objects.txt should suffice to induce it.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

Coming to ApacheCon Europe 2000? http://apachecon.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to