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

Commit1564339

Browse files
committed
Add install rules for Kerberos.pm and AdjustUpgrade.pm
For the same reasons asc3a0818, these can be useful forout-of-core extension testing. Kerberos.pm has been moved to itscurrent path recently in9f89956, and AdjustUpgrade.pm has beenintroduced in52585f8, still both lacked [un]installation rules forboth meson and configure.Reported-by: Ashutosh BapatDiscussion:https://postgr.es/m/ZozqzznkDhfCG7Ng@paquier.xyz
1 parent9f00edc commit1564339

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/test/perl/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,20 @@ install: all installdirs
2222
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/Utils.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm'
2323
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/SimpleTee.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
2424
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/RecursiveCopy.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
25+
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/Kerberos.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Kerberos.pm'
2526
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/Cluster.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
2627
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/BackgroundPsql.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
28+
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/AdjustUpgrade.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
2729
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Version.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
2830

2931
uninstall:
3032
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm'
3133
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
3234
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
35+
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Kerberos.pm'
3336
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
3437
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
38+
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
3539
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
3640

3741
endif

‎src/test/perl/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ install_data(
1010
'PostgreSQL/Test/Utils.pm',
1111
'PostgreSQL/Test/SimpleTee.pm',
1212
'PostgreSQL/Test/RecursiveCopy.pm',
13+
'PostgreSQL/Test/Kerberos.pm',
1314
'PostgreSQL/Test/Cluster.pm',
1415
'PostgreSQL/Test/BackgroundPsql.pm',
16+
'PostgreSQL/Test/AdjustUpgrade.pm',
1517
install_dir: dir_pgxs/'src/test/perl/PostgreSQL/Test')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp