From owner-cvs-all Sat Jan 29 19:25:39 2000 Delivered-To: cvs-all@freebsd.org Received: from reyim.ne.mediaone.net (reyim.ne.mediaone.net [24.218.254.39]) by hub.freebsd.org (Postfix) with ESMTP id C7DB914FE1 for ; Sat, 29 Jan 2000 19:25:26 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (localhost [127.0.0.1]) by reyim.ne.mediaone.net (8.9.3/8.9.3) with ESMTP id WAA85545; Sat, 29 Jan 2000 22:24:13 -0500 (EST) (envelope-from bloom@acm.org) Message-ID: <3893AEDD.1880CBE5@acm.org> Date: Sat, 29 Jan 2000 22:24:13 -0500 From: Jim Bloom Reply-To: bloom@acm.org X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Jason Evans Cc: "Russell L. Carter" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_aio_suspend.c uthread_bind.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fchflags.c uthread_fchmod.c uthread_fchown.c uthread_flock.c uthread_fork.c ... References: <20000130030156.F119577@pinyon.org> <20000129190324.E73462@sturm.canonware.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jason, why do you believe the build does not work correctly? I just did a test buildworld without having cdefs.h installed when libc_r was compiled. (I modified Makefile.inc1 to remove cdefs.h before making includes.) There were no build errors about not finding cdefs.h and the .depend file for libc_r always listed the copy in the build area. As such, things seem to be working correctly. I will agree that the host system's copy of cdefs.h is used before this point, but everything built before this point is executed on the host system and not the system being compiled (i.e. bootstrapping and cross compilation tools). Jim Bloom bloom@acm.org Jason Evans wrote: > > On Sat, Jan 29, 2000 at 08:01:56PM -0700, Russell L. Carter wrote: > > Does this need an UPDATING entry? I don't care at all about doing > > make world twice, but I wouldn't do it unless I knew it was > > required. > > I don't think it's deserving of an UPDATING entry. This is actually a > bootstrapping issue for the build system, from what I can tell. In this > case, we're lucky that it merely breaks libc_r, rather than breaking the > build. > > Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message