mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove redundant "make install" from pg_upgrade test suite.
A top-level "make install" includes pg_upgrade since commit
9fa8b0ee90. Back-patch to 9.5, where that
commit first appeared.
This commit is contained in:
parent
fdb8ea9366
commit
1471c0e27c
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ if [ "$1" = '--install' ]; then
|
|||
libdir=$temp_install/$libdir
|
||||
|
||||
"$MAKE" -s -C ../.. install DESTDIR="$temp_install"
|
||||
"$MAKE" -s -C . install DESTDIR="$temp_install"
|
||||
|
||||
# platform-specific magic to find the shared libraries; see pg_regress.c
|
||||
LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue