projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9eb7c8
)
GNUmakefile failed to provide a way to invoke perl Makefile's
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 17 Nov 2000 00:08:57 +0000
(
00:08
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 17 Nov 2000 00:08:57 +0000
(
00:08
+0000)
'make test' target.
src/interfaces/perl5/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/perl5/GNUmakefile
b/src/interfaces/perl5/GNUmakefile
index 626c4121822e71701248277a5dc3de27fefa7370..f54002a3142b13b1ccb569fc898328fdac77bd35 100644
(file)
--- a/
src/interfaces/perl5/GNUmakefile
+++ b/
src/interfaces/perl5/GNUmakefile
@@
-21,6
+21,9
@@
Makefile: Makefile.PL
libpq-all:
$(MAKE) -C $(libpq_builddir) all
+test: Makefile
+ $(MAKE) -f $< test
+
# The klugery here is to ensure that the perl5 shared library gets
# built with the correct path to the installed location of libpq
# during `make install', but is built against the local tree during