Best way to do conditionals ?

David Holmes david.holmes at oracle.com
Fri Apr 12 09:02:09 UTC 2013


I need to examine the JVM_VARIANT(S) variables and logically I want to do:

if (client and server)
   ...
else
   ...
endif


Nesting if blocks doesn't work - I need a conjunction, or a way to 
define a single variable using a conjunction.

Suggestions?

Thanks,
David



More information about the build-dev mailing list