Content-Length: 258458 | pFad | http://github.com/postgrespro/postgres/commit/ee8d392765f29b1b8adb52f75008e301823f094b

65 Don't overwrite EXTRA_INSTALL · postgrespro/postgres@ee8d392 · GitHub
Skip to content

Commit ee8d392

Browse files
committed
Don't overwrite EXTRA_INSTALL
The temp-install target sets EXTRA_INSTALL to install the current directory. 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 parent 3cf8686 commit ee8d392

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/ee8d392765f29b1b8adb52f75008e301823f094b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy