K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2015-10-08T18:33:47.784940Z K 7 svn:log V 345 Direct commit to fix warnings with fmake when building from top-level. The top-level Makefile.inc1 uses 'make -C release -V' to lookup revision information, which causes Makefile.vm and Makefile.vagrant to be included. fmake has 2 issues here: 1. It doesn't like the empty result of .if ${VAR:Mfoo} 2. It doesn't like .if ${loop_item} == END