Re: Initial refactoring of plperl.c - updated

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Initial refactoring of plperl.c - updated
Date: 2010-01-09 21:16:18
Message-ID: 1263071778.1339.22.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On fre, 2010-01-08 at 12:46 +0000, Tim Bunce wrote:
> *** 45,50 ****
> --- 45,55 ----
>
> include $(top_srcdir)/src/Makefile.shlib
>
> + plperl.o: perlchunks.h
> +
> + perlchunks.h: plc_*.pl
> + $(PERL) text2macro.pl --strip='^(\#.*|\s*)$$' plc_*.pl >
> perlchunks.htmp
> + mv perlchunks.htmp perlchunks.h
>
> all: all-lib
>

What's the reason for the temp file here?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Bunce 2010-01-09 21:27:03 Re: Initial refactoring of plperl.c - updated
Previous Message Peter Eisentraut 2010-01-09 21:13:58 Re: Feature patch 1 for plperl [PATCH]