mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
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
This commit is contained in:
5
Makefile
5
Makefile
@@ -529,8 +529,9 @@ GIT-VERSION-FILE: FORCE
|
|||||||
# template_dir
|
# template_dir
|
||||||
# sysconfdir
|
# sysconfdir
|
||||||
# can be specified as a relative path some/where/else;
|
# can be specified as a relative path some/where/else;
|
||||||
# this is interpreted as relative to $(prefix) and "git" at
|
# this is interpreted as relative to $(prefix) and "git" built with
|
||||||
# runtime figures out where they are based on the path to the executable.
|
# RUNTIME_PREFIX flag will figure out (at runtime) where they are
|
||||||
|
# based on the path to the executable.
|
||||||
# Additionally, the following will be treated as relative by "git" if they
|
# Additionally, the following will be treated as relative by "git" if they
|
||||||
# begin with "$(prefix)/":
|
# begin with "$(prefix)/":
|
||||||
# mandir
|
# mandir
|
||||||
|
|||||||
Reference in New Issue
Block a user