From owner-cvs-all Thu Oct 25 9: 3:44 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 3043F37B403; Thu, 25 Oct 2001 09:03:33 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9PG3WM39388; Thu, 25 Oct 2001 09:03:32 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 731923808; Thu, 25 Oct 2001 09:03:32 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/i386 _atomic_lock.S src/lib/libstand/i386 _setjmp.S In-Reply-To: <20011025140439.E91595@sunbay.com> Date: Thu, 25 Oct 2001 09:03:32 -0700 From: Peter Wemm Message-Id: <20011025160332.731923808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Wed, Oct 24, 2001 at 06:30:54PM -0700, Peter Wemm wrote: > > peter 2001/10/24 18:30:54 PDT > > > > Modified files: > > lib/libc_r/arch/i386 _atomic_lock.S > > lib/libstand/i386 _setjmp.S > > Log: > > Change #include "DEFS.h" to . > > > > Revision Changes Path > > 1.5 +2 -2 src/lib/libc_r/arch/i386/_atomic_lock.S > > 1.5 +2 -2 src/lib/libstand/i386/_setjmp.S > > > Why?! > > AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} > > in libc_r/Makefile perfectly matches /usr/src/lib/libc/i386/DEFS.h, > at least here. Because of this commit a short while before (but not short enough!): peter 2001/10/24 13:29:14 PDT Modified files: lib/libc/i386 SYS.h lib/libc/i386/gen _setjmp.S alloca.S fabs.S modf.S setjmp.S sigsetjmp.S lib/libc/i386/net htonl.S htons.S ntohl.S ntohs.S lib/libc/i386/stdlib abs.S div.S labs.S ldiv.S lib/libc/i386/string bcmp.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S rindex.S strcat.S strchr.S strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S lib/libc/i386/sys Ovfork.S Removed files: lib/libc/i386 DEFS.h Log: De-orbit DEFS.h - the other arches do not use it, and it got replaced with . Reviewed by: bde DEFS.h was a file that just had "#include " in it. It was no big deal, but would have added a fraction of a second to world build times. :-) Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message