[Python-Dev] make patchcheck and git path
Stephen J. Turnbull
turnbull.stephen.fw at u.tsukuba.ac.jp
Tue Aug 28 03:57:17 EDT 2018
Michael Felt (aixtools) writes:
> When building out of tree there is no .git reference. If I
> understand the process it uses git to see what files have changed,
> and does further processing on those.
Just guessing based on generic git knowledge here:
If you build in a sibling directory of the .git directory, git should
"see" the GITDIR, and it should work. Where is your build directory
relative to the GITDIR?
I suspect you could also set GITDIR=/path/to/python/source/.git in
make's process environment, and do "make patchcheck" outside of the
Python source tree successfully.
Regards,
More information about the Python-Dev
mailing list