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? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -