On Sun, 2023-08-27 at 15:21 +0200, Alejandro Colomar wrote: > Maybe mention that removing .SILENT: would be necessary, if > it is defined. Here's what the Linux man-pages makefiles do.
Yes, that's a good idea to mention .SILENT. I really don't want to get into documenting all the different ways that some makefiles might enable a "debug mode". I've seen other makefile systems that use VERBOSE not V, and some that use DEBUG, etc. I will mention something about checking the makefile to see if it has a debug setting and maybe mention some common variables to set. -- Paul D. Smith <psm...@gnu.org> Find some GNU make tips at: https://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist