At my last contract job, I was doing nothing but writing a huge makefile.
I don't have access to anything I did there. The other contractors have
also been set free :)
One of the questions I had was how to detect the status of each command
psuedo code;
target :
<tab>scriptA in1 in2 in3
<tab>scriptB in1 in2
<tab>scriptC
Maybe I'm missinng what make is supposed to do but I would like to check
the exit status of each of those 3 scripts
if status of scriptA != 0 then die.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make