Messages in this thread |  | | Date | Wed, 25 Oct 2000 18:51:45 -0700 | From | Ion Badulescu <> |
| |
In article <39F61A22.2020504@speakeasy.org> you wrote:
> make oldconfig clean dep all install modules modules_install > Makefiles are puzzling, sometimes.
make dep does something that's basically equivalent to changing the Makefiles. However, make doesn't re-read them, so all the targets after "dep" will be made with the wrong make rules.
All the other targets can be made in one pass, no problem.
Ion
-- It is better to keep your mouth shut and be thought a fool, than to open it and remove all doubt. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |