Re: Question WHY is gnu make does not stop on error on rule
Kaz Kylheku <[email protected]>
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <[email protected]> |
On 2022-12-08 09:00, aotto wrote: > I found the reason, it was the "-silent" switch. > > -s, --silent, --quiet > Silent operation; do not print the commands as they are executed. > > but in reality the "-silent" switch even disable the "fail-on-error" feature Rathern, I suspect yuo have something in the Makefile which inspects the flags (MAKEFLAGS variable), and produces different behavior.