QUIET does not suppress warnings. If I call
# QUIET=1 make
I still see the warnings.
regards
klaus
Juha Heinanen schrieb:
Klaus Darilion writes:
Nevertheless, I get lots of warnings:
that is because i have in debian/rules QUIET=1 and didn't see those.
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.
or would it be possible to make QUIET=1 to show not only errors, but
also warnings?
-- juha