At 20 Feb 2001 07:54:22 GMT,
Kris Kennaway wrote:
> No, MACHINE_CPU is optional. If you don't have it set, you get the
> vanilla C code. So if you don't have it set at all, you'll get C code
> in OpenSSL as it's always been, then the next time you are using the
> updated make(1) and it will set it to i386, which will get you the
> i386 asm code.
> 
> Or you can just set MACHINE_CPU immediately and it will build asm code
> on the first pass.

I don't know this is local problem on my environment, but "make
buildworld" with old make(1) failed if I did not set MACHINE_CPU in
/etc/make.conf.  So it seems invoked make(1) in
src/secure/lib/libcrypto is old one...


===> secure/lib/libcrypto
"/usr/src/secure/lib/libcrypto/Makefile", line 62: Malformed conditional 
(${MACHINE_CPU:Mi686})
"/usr/src/secure/lib/libcrypto/Makefile", line 62: Missing dependency operator
"/usr/src/secure/lib/libcrypto/Makefile", line 67: if-less else
"/usr/src/secure/lib/libcrypto/Makefile", line 67: Need an operator
"/usr/src/secure/lib/libcrypto/Makefile", line 69: if-less endif
"/usr/src/secure/lib/libcrypto/Makefile", line 69: Need an operator
"/usr/src/secure/lib/libcrypto/Makefile", line 321: Malformed conditional 
(${MACHINE_CPU:Mi686} || ${MACHINE_CPU:Mi586})
"/usr/src/secure/lib/libcrypto/Makefile", line 321: Missing dependency operator
"/usr/src/secure/lib/libcrypto/Makefile", line 323: Malformed conditional 
(${MACHINE_CPU:Mi386})
"/usr/src/secure/lib/libcrypto/Makefile", line 323: Missing dependency operator
"/usr/src/secure/lib/libcrypto/Makefile", line 326: if-less endif
"/usr/src/secure/lib/libcrypto/Makefile", line 326: Need an operator
make: fatal errors encountered -- cannot continue


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
             <[EMAIL PROTECTED]> // FreeBSD Project

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to