On Sun, Sep 18, 2005 at 11:52:20PM -0400, John E. Malmberg wrote:
> 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;

I see a number of uses of "false" in MM_Unix.  Rather than throw in more
VMS exceptions (blech) I'll make a $(FALSE) which can be something safe like
perl -e 'exit 1'


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Ahh email, my old friend.  Do you know that revenge is a dish that is best 
served cold?  And it is very cold on the Internet!

Reply via email to