K 10 svn:author V 2 ru K 8 svn:date V 27 2003-09-08T08:23:29.000000Z K 7 svn:log V 280 Command line variables take precedence over global variables. Make this true in the .for loops too. The following fragment, FOO= foo bar all: .for f in ${FOO} @echo ${f} .endfor when run as "make FOO=xxx" should print "xxx". (OpenBSD had this bug fixed for some time.) END