From: Markus Scherschanski (mscherschanski_at_[hidden])
Date: 2002-06-04 09:51:11


How can I prevent targets from being deleting if the action fails?

For example:

actions dosome
{
failcommand -a -b -c filename haha I will return nonzero
}

dosome filewillbedeleted.obj : a.c b.c c.c ;

I looked up the source and only found "if not RULE_TOGETHER", I don't want
them always together... hmm.

Is my impression correct?

Regards,
Markus