[Omake] Question about string literals in rules

Alain Frisch alain.frisch at lexifi.com
Tue Oct 2 04:56:49 PDT 2007


Hello,

It seems that string literals in rule bodies force the evaluation of 
functional applications. E.g. simply calling "omake" with this OMakefile

foo(bar) =
   echo $(bar)
   return 1

.PHONY: all
	echo $"$(foo XXX)"

would display XXX even if the rule is not run. Is this the intended 
behavior?  Is there a way to suspend the application?


Alain



More information about the Omake mailing list