提交 655419f3 编写于 作者: D Daniel Gustafsson 提交者: Bradford D. Boyle

Expose sbindir as a global Makefile variable

The sbindir is used in for some Python management utilities, but was
hardcoded rather than using the proper supplied variable. Exporting
from Makefile.global is a first step, next up is to fix all instances
where the directory name is hardcoded.

Discussion: https://github.com/greenplum-db/gpdb/pull/8179
Reviewed by Bradford Boyle, Kalen Krempely, Jamie McAtamney and
many more

(cherry picked from commit 45478fb2)
上级 931b5e87
......@@ -105,6 +105,7 @@ exec_prefix := @exec_prefix@
datarootdir := @datarootdir@
bindir := @bindir@
sbindir := @sbindir@
datadir := @datadir@
ifeq "$(findstring pgsql, $(datadir))" ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册