As there is no "false" command on VMS, this is causing rerunning a make to fail.
Would adding the following line before the return $m be the fix for this? Or is something else needed to make sure only the last line is removed?
$m =~ s/false\n// if $IsVMS; -John