makefile - make error ignored - when it shouldn't -


in make file , given target , have cmd1 followed cmd2

structure is:

( there tab before cmd1 , cmd2 )

target:

cmd1

cmd2


cmd1 fails , returning no 0 status code ( 231 ) , make should halt ( has been case )

for reason , i'm getting :

make: [target] error 231 (ignored)

and excution goes on

any idea why?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -