]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: clarify runtime relative gitexecdir
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Thu, 6 Oct 2022 01:32:05 +0000 (08:32 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Oct 2022 02:06:01 +0000 (19:06 -0700)
commitebb6c1660713e7924c14d251aa6297affaabe5f6
tree8befa9f63f75eb91e47b7d5ef7ef88648edca25d
parentf2eed22852b0a21556f0c9f56732913eba553e62
Makefile: clarify runtime relative gitexecdir

"git" built with RUNTIME_PREFIX flag turned on could figure out
gitexecdir and other paths as relative to "git" executable.

However, in the section specifies gitexecdir, RUNTIME_PREFIX wasn't
mentioned, thus users may wrongly assume that "git" always locates
gitexecdir as relative path to the executable.

Let's clarify that only "git" built with RUNTIME_PREFIX will locate
gitexecdir as relative path.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile