From owner-cvs-all Mon Feb 19 13:47:18 2001 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id ED79E37B67D; Mon, 19 Feb 2001 13:47:00 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA09439; Mon, 19 Feb 2001 16:46:59 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.2/8.9.1) id f1JLkTX06921; Mon, 19 Feb 2001 16:46:29 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Mon, 19 Feb 2001 16:46:29 -0500 From: Andrew Gallatin To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make main.c src/etc/defaults make.conf src/share/mk sys.mk src/secure/lib/libcrypto Makefile Makefile.inc Message-ID: <20010219164628.A6884@grasshopper.cs.duke.edu> References: <200102190359.f1J3x6o40866@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102190359.f1J3x6o40866@freefall.freebsd.org>; from kris@FreeBSD.org on Sun, Feb 18, 2001 at 07:59:06PM -0800 X-Operating-System: FreeBSD 4.2-STABLE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway [kris@FreeBSD.org] wrote: > kris 2001/02/18 19:59:05 PST > > Modified files: > usr.bin/make main.c > etc/defaults make.conf > share/mk sys.mk > secure/lib/libcrypto Makefile Makefile.inc > Log: > Introduce support for using OpenSSL ASM optimizations. This is done > through the use of a new build directive, MACHINE_CPU, which contains a > list of the CPU generations/features for which optimizations are desired. > This feature will be extended to cover the ports tree in the future. <...> This breaks the build for alphas: ===> libcrypto ( echo "#ifndef MK1MF_BUILD"; echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; echo " #define CFLAGS \"cc\""; echo " #define PLA TFORM \"`uname -s`-`uname -m`\""; echo " #define DATE \"`LC_TIME=C date`\""; echo "#endif" ) > buildinf.h make: don't know how to make bn-alpha.pl. Stop *** Error code 2 Stop in /mnt/usr/src/secure/lib. *** Error code 1 Stop in /mnt/usr/src. *** Error code 1 Can you introduce a rule for building those modules, please? And shouldn't you also protect the alpha with a check for NOPERL? Thanks, Drew -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message