help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Please forgive the repeate question


From: Billy Patton
Subject: Please forgive the repeate question
Date: Thu, 25 Jan 2007 12:25:43 -0600
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]