Juha Heinanen writes:
how can i achieve verbose re-compilation of one
module? i have tried
QUIET=1
export QUIET
make modules=modules_k/modules nathelper
but still it gets compiled quietly.
there was a typo on above. i meant QUIET=0. printenv shows that
QUIET=0, but compilation is not verbose.
-- juha