From owner-freebsd-stable Tue Aug 8 7:52:39 2000 Delivered-To: freebsd-stable@freebsd.org Received: from saturno.ige.unicamp.br (saturno.ige.unicamp.br [143.106.76.34]) by hub.freebsd.org (Postfix) with ESMTP id DB45C37BDFD for ; Tue, 8 Aug 2000 07:52:28 -0700 (PDT) (envelope-from riccp@ige.unicamp.br) Received: from netuno.ige.unicamp.br (netuno.ige.unicamp.br [143.106.76.2]) by saturno.ige.unicamp.br (Postfix) with ESMTP id 6CE5851610 for ; Tue, 8 Aug 2000 11:52:23 -0300 (BRT) Received: by netuno.ige.unicamp.br (Postfix, from userid 16073) id 731C711418; Tue, 8 Aug 2000 11:52:21 -0300 (BRT) Received: from localhost (localhost [127.0.0.1]) by netuno.ige.unicamp.br (Postfix) with ESMTP id 48D41D5E8 for ; Tue, 8 Aug 2000 11:52:21 -0300 (BRT) Date: Tue, 8 Aug 2000 11:52:21 -0300 (BRT) From: Ricardo Campos Passanezi To: freebsd-stable@freebsd.org Subject: Re: agp_if.c In-Reply-To: <20000808164214.A7179@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Em 08.08.2000, Gunnar Flygt escreveu: > > You should use the buildkernel/installkernel targets as described > > in src/UPDATING file. The problem is that your bsd.kmod.mk is out > > of sync with Makefiles. > > OK! I tried that and it did compile while using: > make buildkernel kernel=PLUTO > but the `make installkernell` didn't work I saw some error message > saying something about making: > make kernel=PLUTO install so I did that and a lot of things happend, but > no kernel was install. I then tried changing to /sys/compile/PLUTO and > run `make depend && make` on that thing. It worked and I did a `make > install` from there. rebooted, ran make installworld and mergemaster, > and everything seems to hav gone the right way. Maybe you can tell me > why it worked this strange way? I've just done this here. Worked fine. In two machines. The only difference is that I made: # make buildkernel KERNEL=MYKERNEL ^^^^^^ | +--- All 'caps' here... (and with installkernel) # make installkernel KERNEL=MYKERNEL Ricardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message