I've got a short question
In the handbook https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html is written:
and then
In build(7) is written about this: ...
What does that mean? Should I do
In the handbook https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html is written:
# make buildkernel
and then
# make installkernel
But in the log file which I had started before calling # make buildkernel
is written in the output, which came also to screen a, may be important, advice at the beginning:
Code:
>>> stage 1: configuring the kernel
...Don't forget to do ``make cleandepend && make depend''
In build(7) is written about this: ...
Code:
depend Generate a list of build dependencies in file ${.OBJDIR}/${DEPENDFILE}.
make cleandepend && make depend
to fix the dependencies together after compiling of # make buildkernel
, before installing them, or not?
Last edited by a moderator: