>> 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?

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to