Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55d5b58

Browse files
committed
GNUmakefile failed to provide a way to invoke perl Makefile's
'make test' target.
1 parent9a56135 commit55d5b58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/interfaces/perl5/GNUmakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile according to its own ideas and then invoke the rules from
55
# that file.
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.5 2000/11/17 00:08:57 tgl Exp $
88

99
subdir = src/interfaces/perl5
1010
top_builddir = ../../..
@@ -21,6 +21,9 @@ Makefile: Makefile.PL
2121
libpq-all:
2222
$(MAKE) -C$(libpq_builddir) all
2323

24+
test: Makefile
25+
$(MAKE) -f$<test
26+
2427
# The klugery here is to ensure that the perl5 shared library gets
2528
# built with the correct path to the installed location of libpq
2629
# during `make install', but is built against the local tree during

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp