More portable usage of sed in Makefile

This commit is contained in:
Ian Barwick
2019-07-26 18:08:16 +09:00
parent 5bf9605286
commit 532a5207e2
4 changed files with 150 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ ifeq ($(vpath_build),yes)
VPATH := $(repmgr_abs_srcdir)/$(repmgr_subdir)
USE_VPATH :=$(VPATH)
endif
SED=@SED@
GIT_WORK_TREE=${repmgr_abs_srcdir}
GIT_DIR=${repmgr_abs_srcdir}/.git
export GIT_DIR