From owner-cvs-all Sun Nov 4 9:18:25 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5341237B416; Sun, 4 Nov 2001 09:18:20 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA4HIJV35266; Sun, 4 Nov 2001 10:18:19 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA4HII705735; Sun, 4 Nov 2001 10:18:18 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111041718.fA4HII705735@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/conf Makefile.pc98 kern.post.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Takahashi Yoshihiro In-reply-to: Your message of "Sun, 04 Nov 2001 09:10:43 PST." References: Date: Sun, 04 Nov 2001 10:18:18 -0700 From: Warner Losh 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 In message John Baldwin writes: : On 04-Nov-01 Warner Losh wrote: : > In message <20011104.221109.112538098.yosihiro@cc.kogakuin.ac.jp> Takahashi : > Yoshihiro writes: : >: > imp 2001/11/02 13:50:15 PST : >: > : >: > Modified files: : >: > sys/conf Makefile.pc98 kern.post.mk : >: > Log: : >: > Arrgh. A clean pc98 build failed due to bogons on my part :-(. : >: > : >: > Fix it by putting back the link of machine to sys/i386/include rather : >: > than ../../include (aka sys/pc98/include). I had a stale machine link : >: > on my first test. : >: > : >: > Not sure what the "right" fix is, but this unbreaks things. : >: : >: This does not fix the problem. Please add an extra action to : >: kernel-depend part instead of genassym.o part. : > : > OK. Will do. It fixed the problem for me and was how the : > Makefile.pc98 that I last looked at resolved the problem. : : Ideally one should be able to build a kernel without having to do 'make depend' : first. For i386 at least, this is possible if one does 'make assym.s all'. Actaully, I think it may be a bug in config, since it should properly setup the link like it does on other architectures. Like I said, I'm not 100% sure what the "right" fix is. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message