Re: [HACKERS] change in name of perl? - Mailing list pgsql-hackers

From Lamar Owen
Subject Re: [HACKERS] change in name of perl?
Date
Msg-id 381E3B49.1AF23ABD@wgcr.org
Whole thread Raw
In response to Re: [HACKERS] change in name of perl?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] change in name of perl?
List pgsql-hackers
Bruce Momjian wrote:
> 
> > The installed name of perl in needed in interfaces/Makefile.  This
> > seems to have been changed from perl to perl5 sometime between 6.5 and
> > 6.5.2.  I missed discussion of this, I guess.
> 
> You mean the directory name was changed?  I don't see any perl-mentioned
> changes in these releases.

src/interfaces/Makefile:
-----------
perl5/Makefile: perl5/Makefile.PLcd perl5 && perl5 Makefile.PL

install-perl5: perl5/Makefile$(MAKE) -C perl5 cleancd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl5 Makefile.PL
-----------
Should be:
-----------
perl5/Makefile: perl5/Makefile.PLcd perl5 && perl Makefile.PL

install-perl5: perl5/Makefile$(MAKE) -C perl5 cleancd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
-----------
Which is the way it read in 6.5.1, IIANM.  I know that I didn't have to
patch this in 6.5.1.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Get OID of just inserted record
Next
From: Lamar Owen
Date:
Subject: Re: [HACKERS] pgaccess 0.98