Skip to content

Commit 3cf20d1

Browse files
committed
Merge branch 'dd/document-runtime-prefix-better' into maint-2.38
Update comment in the Makefile about the RUNTIME_PREFIX config knob. * dd/document-runtime-prefix-better: Makefile: clarify runtime relative gitexecdir
2 parents cf649a3 + ebb6c16 commit 3cf20d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,9 @@ GIT-VERSION-FILE: FORCE
529529
# template_dir
530530
# sysconfdir
531531
# can be specified as a relative path some/where/else;
532-
# this is interpreted as relative to $(prefix) and "git" at
533-
# runtime figures out where they are based on the path to the executable.
532+
# this is interpreted as relative to $(prefix) and "git" built with
533+
# RUNTIME_PREFIX flag will figure out (at runtime) where they are
534+
# based on the path to the executable.
534535
# Additionally, the following will be treated as relative by "git" if they
535536
# begin with "$(prefix)/":
536537
# mandir

0 commit comments

Comments
 (0)