make -s clean
make -s dep bzImage modules
You better do not combine clean targets with build targets. If you
someday will try the command on a multi-processor machine, and being
excited about all its power, place something like '-j2' in the line,
heaven knows what you'll get.
'-s' is for 'silent' builds, and turns off displaying of the executed
commands (not for version generation, though, very incovenient problem
in the kbuild-2.4).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/