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
Post a Comment