[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
$(if) feature in make 3.80?
From: |
zartaj . majeed |
Subject: |
$(if) feature in make 3.80? |
Date: |
Fri, 6 Apr 2001 09:17:27 -0700 |
Will $(if ...) get boolean operators in make 3.80? Something like:
$(if $(eq condition1, condition2), ...)
$(if $(and condition1, condition2), ...)
etc.
I have found $(if ...) to be a very useful function. I often use it
where a conditional directive could not work. But having a
conditional without other boolean functions makes it much harder
to use.
Thanks,
Zartaj
- $(if) feature in make 3.80?,
zartaj . majeed <=