From owner-cvs-lib Sat Jan 10 01:11:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA10695 for cvs-lib-outgoing; Sat, 10 Jan 1998 01:11:49 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA10554; Sat, 10 Jan 1998 01:09:50 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA05179; Sat, 10 Jan 1998 01:09:24 -0800 (PST) Date: Sat, 10 Jan 1998 01:09:24 -0800 (PST) Message-Id: <199801100909.BAA05179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 01:09:24 PST Modified files: lib Makefile Log: Bruce says that ${.CURDIR}/csu/${MACHINE} will prevent finding a stale obj directory and we wouldn't want to do that! I trust he knows what he's talking about. 8-) Also avoid building libm at all until the NetBSD asm code is imported. I wrongly commented this out last time. Oops. Revision Changes Path 1.61 +6 -2 src/lib/Makefile