Makefile: add a gitexecdir_relative variable
commita4d79b99a03d8f4a8d7b0c41f59e4a94393419c5
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 13 Mar 2018 20:39:34 +0000 (13 20:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 19:44:58 +0000 (15 12:44 -0700)
tree0d718bdff4f71414bc6ff4e1cf7aba09d11031be
parent7bc506d038fdb3b55d83f771ea08e595c5b9a8e4
Makefile: add a gitexecdir_relative variable

This variable will be e.g. "libexec/git-core" if
gitexecdir=/tmp/git/libexec/git-core is given. It'll be used by a
subsequent change.

This is stolen from the yet-to-be integrated (needs resubmission)
"Makefile: add Perl runtime prefix support" patch on the mailing
list. See
<20180108030239.92036-3-dnj@google.com> (https://public-inbox.org/git/20180108030239.92036-3-dnj@google.com/).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile