git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d7f136)
Remove unnecessary use of temp file. Tim Bunce
2010年1月10日 18:10:03 +0000 (18:10 +0000)
2010年1月10日 18:10:03 +0000 (18:10 +0000)

diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile
index ae781b7e7647dda730a42ab7d7fc527b6f5fdd41..81c918a1d59d12295bb5a5dda2d5821c50f4fcec 100644 (file)
--- a/src/pl/plperl/GNUmakefile
+++ b/src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
# Makefile for PL/Perl
-# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.40 2010年01月09日 15:25:41 adunstan Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.41 2010年01月10日 18:10:03 tgl Exp $
subdir = src/pl/plperl
top_builddir = ../../..
@@ -57,8 +57,7 @@ include $(top_srcdir)/src/Makefile.shlib
plperl.o: perlchunks.h
perlchunks.h: $(PERLCHUNKS)
- $(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > perlchunks.htmp
- mv perlchunks.htmp perlchunks.h
+ $(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@
all: all-lib
@@ -79,7 +78,7 @@ submake:
$(MAKE) -C $(top_builddir)/src/test/regress pg_regress$(X)
clean distclean maintainer-clean: clean-lib
- rm -f SPI.c $(OBJS) perlchunks.htmp perlchunks.h
+ rm -f SPI.c $(OBJS) perlchunks.h
rm -rf results
rm -f regression.diffs regression.out
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /