Is there a simple way (one-if line) to check if it meets multiple
conditions,
instead of stating, for example,

ifdef ABC
ifeq ($(VAR),1)
ifneq ($(FLAG),2)
....
endif
endif
endif

Thanks.
James

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to