Re: [openssl.org #461] Minor makefile/ranlib problem in crypto/{engine krb5ocsp ui}

2003-02-10 Thread Bodo Moeller
On Thu, Jan 16, 2003 at 12:13:11PM -0500, Rich Salz wrote: >> $(RANLIB) $(LIB) || echo Never mind. > How about putting a leading minus sign; it's simpler. Using the minus sign is simpler to write in the Makefile -- but 'make' will still report an error (and say that it's ignored), which ten

Re: [openssl.org #461] Minor makefile/ranlib problem in crypto/{engine krb5ocsp ui}

2003-01-16 Thread Thierry Lelegard via RT
Rich Salz via RT wrote : > > > $(RANLIB) $(LIB) || echo Never mind. > > How about putting a leading minus sign; it's simpler. Sure. My proposal was just to make it consistent with other Makefiles in OpenSSL sources. -Thierry ___

[openssl.org #461] Minor makefile/ranlib problem in crypto/{engine krb5ocsp ui}

2003-01-16 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Thu Jan 16 18:06:21 2003]: > OpenSSL version: 0.9.7 > Platform: HP-UX 11.00 > Severity: Minor > > Hello, > > I just rebuilt OpenSSL 0.9.7 on several platforms (OpenVMS, Solaris, > Linux, > HP-UX, WinNT). The "make" failed on HP-UX due to a minor problem in > the > following

Re: [openssl.org #461] Minor makefile/ranlib problem in crypto/{engine krb5ocsp ui}

2003-01-16 Thread Rich Salz via RT
> $(RANLIB) $(LIB) || echo Never mind. How about putting a leading minus sign; it's simpler. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL P

[openssl.org #461] Minor makefile/ranlib problem in crypto/{engine krb5ocsp ui}

2003-01-16 Thread Thierry Lelegard via RT
OpenSSL version: 0.9.7 Platform: HP-UX 11.00 Severity: Minor Hello, I just rebuilt OpenSSL 0.9.7 on several platforms (OpenVMS, Solaris, Linux, HP-UX, WinNT). The "make" failed on HP-UX due to a minor problem in the following four makefiles (all new in 0.9.7 AFAIK): crypto/engine/Makefile.s