|
From: | rajdeep lodh |
Subject: | [gnu.org #422525] Passing conditional expression to shell in a make file? |
Date: | Fri, 27 Mar 2009 18:43:08 +0530 (IST) |
Hi GNU Team, I tried the following, but it does not seem to work.Can you please help ? dmss : copy_bmp_cefs USES_BMP_CEFS=yes USES_EFS=yes copy_bmp_cefs: ifeq ($(USES_BMP_CEFS), yes) @echo ------------------------------------------------------------------ if [ "$(USES_EFS)" = yes ]; then \ $(bmp_cefs); \ fi @echo ------------------------------------------------------------------ endif define bmp_cefs @echo #------------------------------------------------------------------ @echo Copying BMP CEFS image ..... @echo Done Copying BMP CEFS image @echo #------------------------------------------------------------------ endef With regards, Rajdeep R. Lodh --- On Thu, 26/3/09, Paul Smith <address@hidden> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |