|
From: | Peng Yu |
Subject: | Is there logical operations in makefile |
Date: | Thu, 4 Sep 2008 12:01:56 -0500 |
Hi, I used the following to test if the the goal is 'all'. Now, I want to test whether it is either 'all' or 'o'. I'm wondering how to do it in makefile. ifeq ($(MAKECMDGOALS), all) Thanks, Peng
[Prev in Thread] | Current Thread | [Next in Thread] |