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

2022-12-08 Thread Zack Weinberg
On Thu, Dec 8, 2022, at 5:18 AM, aotto wrote:> Hi, > I use "automake" to setup a "gnu make" build-environment and I have the > following rule to create a special file: > Problem: the "$(c_Meta)" failed with error but MAKE continue… why?? ... > $(csmkkernel_meta) $(csmqmsgque_meta) $(cslcconfig_met

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

2022-12-08 Thread aotto
Hi, I use "automake" to setup a "gnu make" build-environment and I have the following rule to create a special file: Problem: the "$(c_Meta)" failed with error but MAKE continue… why?? = csmkkernel_meta  :=  $(srcdir)/.LibMkKernel_cs.meta cs