Date: Tue, 20 Feb 2001 17:14:57 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Kris Kennaway <kris@obsecurity.org> Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk sys.mk Message-ID: <7mitm5n532.wl@waterblue.imgsrc.co.jp> In-Reply-To: <20010219235348.A77584@mollari.cthul.hu> References: <200102192333.f1JNXEd10589@freefall.freebsd.org> <200102200402.f1K42vr25483@wint.itfs.nsk.su> <20010219235348.A77584@mollari.cthul.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mitm5n532.wl>