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

Commit021a569

Browse files
committed
Remove redundant "make install" from pg_upgrade test suite.
A top-level "make install" includes pg_upgrade since commit9fa8b0e. Back-patch to 9.5, where thatcommit first appeared.
1 parente6ea46c commit021a569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/bin/pg_upgrade/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if [ "$1" = '--install' ]; then
7171
libdir=$temp_install/$libdir
7272

7373
"$MAKE" -s -C ../.. install DESTDIR="$temp_install"
74-
"$MAKE" -s -C. install DESTDIR="$temp_install"
7574

7675
# platform-specific magic to find the shared libraries; see pg_regress.c
7776
LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp