In article <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to