Date: Thu, 16 Mar 2000 18:41:13 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: "Robert E. Lee" <rel@integratus.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_4 installworld fails Message-ID: <20000316184113.A7551@orion.ac.hmc.edu> In-Reply-To: <Pine.BSF.4.21.0003161827330.84106-100000@katie.integratus.com>; from rel@integratus.com on Thu, Mar 16, 2000 at 06:29:26PM %2B0000 References: <20000316143345.B17940@orion.ac.hmc.edu> <Pine.BSF.4.21.0003161827330.84106-100000@katie.integratus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 16, 2000 at 06:29:26PM +0000, Robert E. Lee wrote: > On Thu, 16 Mar 2000, Brooks Davis wrote: > > The answer is: > > > > make installworld -DNOINFO > > make installworld > > while attempting this, I got: > > su-2.03# make installworld -DNOINFO > <snip> > "/usr/src/Makefile", line 101: warning: "LC_TIME=C date" returned non-zero > status > *** Signal 12 > > Stop. > > Hopefully, I too am missing something 'easy'. That's not once I've seen before. Try replacing "make insatllworld -DNOINFO" with "make -k installworld" which should ignore the error. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000316184113.A7551>