[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with $(or
From: |
Steve Sylvain |
Subject: |
Problem with $(or |
Date: |
Mon, 3 Oct 2011 18:11:31 -0700 |
Hi,
I'm trying to use the $(or built-in function. I stripped my problem down to
this:
$(if $(OR "TEST"), $(warning PASS), $(warning FAILED))
I always get the FAILED message. Is my syntax correct? Any pointers to help
debug this issue?
I'm using make.exe V3.80 on Windows.
Thanks
Steve
- Problem with $(or,
Steve Sylvain <=