help-make
[Top][All Lists]
Advanced

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

ifeq and friends directives


From: Jeffrey Walton
Subject: ifeq and friends directives
Date: Wed, 10 Aug 2011 23:17:10 -0400

Hi All,

Is it possible? Or do I need to keep the test limited to one expression?

// Extraneous text after `ifeq' directive
ifeq ($(MAKECMDGOALS),codec) || ($(MAKECMDGOALS),codecs)
  WANT_DEBUG := 1
endif

// Extraneous text after `ifeq' directive
ifeq ($(MAKECMDGOALS),codec) || ifeq ($(MAKECMDGOALS),codecs)
  WANT_DEBUG := 1
endif

Jeff



reply via email to

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