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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message