Ulf Moeller wrote:
> 
> > Be careful here: Bourne-Shell is brain-dead in expansion semantics and tr and
> > test -s are unportable things.
> 
> ranlib.sh has been using -s all the time.
> 
> Anyway, next try:
> 
[patch suppressed]

I wouldn't want to iterate over $PATH every time ranlib.sh is called,
in fact, I'd prefer ${RANLIB} would be defined at the makefile level,
which would make the script itself obsolete again.

Furthermore AFAIK ranlib only has to be called once for each library,
after all object files are added. For the situation in crypto/Makefile,
that would be one invocation at the end of the subdirs target, but
*not* in all crypto/*/Makefile default targets.

-- 
Niels Poppe - org.net bv <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to