In message <[EMAIL PROTECTED]> Makoto MATSUSHITA writes:
: It does not fix this problem. However, if we separate the execution of
: "make obj" and "make all", we can avoid (again, not *fix*) the problem.
: Maybe this change is reasonable; there is few meaning doing "make
: kernel-depend" in "doMODULES" target.
I think that make has no business doing an implicit make obj for the
all target. I have been running with patches in my tree that doesn't
do the obj target if .depend exists. Of course, you have to be more
careful about running make depend in that case, but right now the make
obj in the all target is hiding this problem.
So I would agree with your patch and your proposal.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message