job000010 | Change in "if $(VAR) in v1 v2 v3" behavior Until recent versions of Jam, this... used to be perfectly legal syntax. VAR = value3 ; if $(VAR) in value1 value2 value3 value4 value5 { ECHO yep ; } else { ECHO nope ; } And Jam would echo "yep." Now it issues an error "syntax error at argument value2." We've got this construct sprinkled throughout our Jamfiles. See also: http://maillist.perforce.com/pipermail/jamming/2002-February/001590.html « | |
Add Job |