From owner-cvs-lib Thu Apr 30 10:21:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12752 for cvs-lib-outgoing; Thu, 30 Apr 1998 10:21:29 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12668; Thu, 30 Apr 1998 10:21:05 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA27049; Thu, 30 Apr 1998 10:12:30 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd027042; Thu Apr 30 17:12:27 1998 Date: Thu, 30 Apr 1998 10:06:57 -0700 (PDT) From: Julian Elischer To: John Birrell cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libc_r/sys uthread_error.c Makefile.inc __error.c In-Reply-To: <199804300904.CAA09877@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was reading this over breakfast... you were nearly responsible for a keyboard full of cerial. ;-) julian On Thu, 30 Apr 1998, John Birrell wrote: > jb 1998/04/30 02:04:12 PDT > > Modified files: > lib/libc_r/sys Makefile.inc > Added files: > lib/libc_r/sys uthread_error.c > Removed files: > lib/libc_r/sys __error.c > Log: > Change the name of this source file so that libc_r builds it instead > of the one in libc that contains the weak symbol for __error. FreeBSD's > make accumulates paths to the point that it can find *anything*, possibly > including the car keys. > > Revision Changes Path > 1.9 +2 -2 src/lib/libc_r/sys/Makefile.inc >