develooper Front page | perl.perl5.porters | Postings from July 2001

Re: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE

Thread Previous | Thread Next
From:
Michael G Schwern
Date:
July 4, 2001 10:25
Subject:
Re: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
Message ID:
20010704132533.D20340@blackrider
On Wed, Jul 04, 2001 at 12:02:29PM -0500, Jarkko Hietaniemi wrote:
> grumble new constants not added to the list of known MakeMaker
> constants 

I thought I did that in full_setup() or is there more?


> grumble old constants AUTOSPLITFILE 

-AUTOSPLITFILE = $(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -e 'use AutoSplit;}
.$asl.q{autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'
+AUTOSPLITFILE = $(PERLRUN) -e 'use AutoSplit;}.$asl.q{autosplit($$ARGV[0], $$AR
GV[1], 0, 1, 1) ;'


> MKPATH 

-MKPATH = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e mkpath
+MKPATH = $(PERLRUN) -MExtUtils::Command -e mkpath


> EQUALIZETIMESTAMP 

-EQUALIZE_TIMESTAMP = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Comman
d -e eqtime
+EQUALIZE_TIMESTAMP = $(PERLRUN) -MExtUtils::Command -e eqtime


> require PERLRUNINST instead of just PERLRUN because otherwise the
> sdbm subdirectory won't even build

That shouldn't be necessary, its not what they were originally taking.
SDBM_File builds fine for me.  Something else is going on here.


> grumble was this change even tested grumble

I built the core and a few external modules with it and ran the test
suite.  I'm working on getting MakeMaker some real tests but its not
easy.


-- 

Michael G. Schwern   <schwern@pobox.com>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <perl-qa@perl.org>	     Kwalitee Is Job One
Maybe they hooked you up with one of those ass-making magazines.
	-- brian d. foy as misheard by Michael G Schwern

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