Hi
I try to get my make(1) a little more silent. The aim is to let make(1) work and suppress warnings. With gcc(1) there is the option -w in order to achieve this. Is there something equivalent for make(1)?
Error messages should be displayed though.
Thanks.
I try to get my make(1) a little more silent. The aim is to let make(1) work and suppress warnings. With gcc(1) there is the option -w in order to achieve this. Is there something equivalent for make(1)?
env BATCH=YES make install clean > /dev/nullError messages should be displayed though.
Thanks.