[issue16866] libainstall doesn't create $(BINDIR) directory

Senthil Kumaran report at bugs.python.org
Fri May 7 23:24:44 EDT 2021


Senthil Kumaran <senthil at uthcode.com> added the comment:

Looks like the BINDIR dependency was added here - https://github.com/python/cpython/commit/49fd7fa4431da299196d74087df4a04f99f9c46f#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767cR833 but we didn't add the directory creation dependency then.

A simple fix of add BINDIR as dependency seems _OK_ to me. At least it wont break the libainstall standalone target.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue16866>
_______________________________________


More information about the Python-bugs-list mailing list