From owner-cvs-all Fri Feb 26 10:32:10 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id BDA0515134; Fri, 26 Feb 1999 10:31:56 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10GS31-0008CD-00; Fri, 26 Feb 1999 20:31:39 +0200 From: Sheldon Hearn To: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd sha.3 sha.h sha0c.c sha1c.c sha_locl.h shadriver.c Makefile mdX.3 mdXhl.c mddriver.c src/lib/libmd/i386 sha.S In-reply-to: Your message of "Fri, 26 Feb 1999 20:15:01 +0200." <31162.920052901@axl.noc.iafrica.com> Date: Fri, 26 Feb 1999 20:31:39 +0200 Message-ID: <31508.920053899@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 26 Feb 1999 20:15:01 +0200, Sheldon Hearn wrote: > Breaks the i386 buildworld target: > [...] The applied diffs fixed the problem on my box, although I'm using NOAOUT, so it's not "fully" tested. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/src/lib/libmd/Makefile,v retrieving revision 1.29 diff -u -d -r1.29 Makefile --- Makefile 1999/02/26 04:24:56 1.29 +++ Makefile 1999/02/26 18:28:50 @@ -17,6 +17,7 @@ .if exists(${MACHINE_ARCH}/sha.S) SRCS+= ${MACHINE_ARCH}/sha.S CFLAGS+= -DSHA1_ASM -DELF +SUBDIR+= ${MACHINE_ARCH} .endif all: md2.3 md4.3 md5.3 Index: i386/Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null Fri Feb 26 19:46:55 1999 +++ Makefile Fri Feb 26 20:29:22 1999 @@ -0,0 +1,3 @@ +# $Id$ + +.include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message