help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AND, OR and NOT Operations


From: Ajay Jain
Subject: Re: AND, OR and NOT Operations
Date: Wed, 11 May 2011 18:19:50 +0530

>> ifeq ("X","A) && ifeq("X","B) .. && ifeq ("X","Z")
>
> That makes no sense: it's always false.

Sorry .. I want to accomplish the following two operations using Make -

(1) ifneq (X, A) && ifneq (X, B)
do something.

(2) ifeq (X, C) || ifeq (X, D)
do something.

I just want to understand, can we really do and, or, not operations?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]