How to build in silent mode using GNU make
Use the following command for absolutely silent build
make -s
Use the following command for absolutely silent build except printing directory before and after processing.
make -s -w
Use the following command for absolutely silent build
make -s
Use the following command for absolutely silent build except printing directory before and after processing.
make -s -w