--- Jason Rosenberg <[EMAIL PROTECTED]> wrote:
> Currently, what happens when you have an if and an unless in the
> same target?  Is it allowed.  Are the 2 conditions "anded" or "ored"?

I've used both "if" and "unless" on a target:
 - if the property tested for in the "if" isn't set,
   the target isn't run
 - if the property tested for in the "if" is set,
   and the property tested for in the "unless" isn't set,
   the target is run
 - if the property tested for in the "if" is set,
   and the property tested for in the "unless" is also set,
   the target isn't run

Diane


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Reply via email to