develooper Front page | perl.perl5.porters | Postings from January 2005

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

Thread Previous | Thread Next
From:
Michael G Schwern
Date:
January 4, 2005 13:47
Subject:
Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06
Message ID:
20050104214653.GE5912@windhund.schwern.org
On Mon, Jan 03, 2005 at 10:54:24AM -0500, PPrymmer@factset.com wrote:
> I seem to have solved the .exists getting lib/replaced into
> OLB problem though. Herein is a suggested patch:
> 
> --- extutils-makemaker-6_25_07/lib/extutils/mm_vms.pm;1     Fri Dec 31 08:48:52 2004
> +++ ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm Mon Jan  3 10:43:10 2005
> @@ -983,7 +983,7 @@
>  # Rely on suffix rule for update action
>  $(OBJECT) : $(FIRST_MAKEFILE)
> 
> -$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists
> +$(INST_STATIC) : $(OBJECT) $(MYEXTLIB)
>  ';
>      # If this extension has its own library (eg SDBM_File)
>      # then copy that to $(INST_STATIC) and add $(OBJECT) into it.

Why would removing it as a dependency matter?


-- 
Michael G Schwern     schwern@pobox.com     http://www.pobox.com/~schwern/
You can't control the universe with a jar of red pepper.
        http://www.goats.com/archive/981004.html

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About