Re: [RFC/PATCH] m4: enable silent build rules by default
"Zack Weinberg" <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 7, 2021, at 9:49 PM, Mike Frysinger wrote: > This has been available since automake 1.11 released over a decade > ago. Let's flip the default to enable silent builds by default. Please don't *ever* make this change. It is absolutely essential that the default build output be verbose, else anyone who's stuck trying to debug a build on a CI server that they have no direct access to is in a world of hurt. zw