Date: Mon, 19 Feb 2001 16:46:29 -0500 From: Andrew Gallatin <gallatin@cs.duke.edu> To: Kris Kennaway <kris@FreeBSD.org> 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> In-Reply-To: <200102190359.f1J3x6o40866@freefall.freebsd.org>; from kris@FreeBSD.org on Sun, Feb 18, 2001 at 07:59:06PM -0800 References: <200102190359.f1J3x6o40866@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010219164628.A6884>