help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question WHY is gnu make does not stop on error on rule


From: Kaz Kylheku
Subject: Re: Question WHY is gnu make does not stop on error on rule
Date: Thu, 08 Dec 2022 09:25:14 -0800
User-agent: Roundcube Webmail/1.4.13

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]