Date: Tue, 8 Aug 2000 11:52:21 -0300 (BRT) From: Ricardo Campos Passanezi <riccp@ige.unicamp.br> To: freebsd-stable@freebsd.org Subject: Re: agp_if.c Message-ID: <Pine.BSF.4.21.0008081148390.533-100000@netuno.ige.unicamp.br> In-Reply-To: <20000808164214.A7179@sr.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008081148390.533-100000>