From owner-freebsd-current Tue Feb 20 0:15:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 01FB337B401 for ; Tue, 20 Feb 2001 00:15:08 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f1K8F1O04962; Tue, 20 Feb 2001 17:15:01 +0900 (JST) Date: Tue, 20 Feb 2001 17:14:57 +0900 Message-ID: <7mitm5n532.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Kris Kennaway Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk sys.mk 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> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message