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

Commitee8d392

Browse files
committed
Don't overwrite EXTRA_INSTALL
The temp-install target sets EXTRA_INSTALL to install the currentdirectory. But when doing so, it should append instead of overwrite,otherwise settings of EXTRA_INSTALL from a makefile won't take effect.This would cause the earthdistance test to fail when called directly,because it would miss installing the cube module.
1 parent3cf8686 commitee8d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ else
294294
check: all submake$(REGRESS_PREP)
295295
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
296296

297-
temp-install: EXTRA_INSTALL=$(subdir)
297+
temp-install: EXTRA_INSTALL+=$(subdir)
298298
endif
299299
endif# REGRESS
300300

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp