Skip to content

gh-103053: Fix BUILDPYTHON target of Makefile - #110448

Closed
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:makefile
Closed

gh-103053: Fix BUILDPYTHON target of Makefile#110448
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:makefile

Conversation

@vstinner

@vstinnervstinner commented Oct 5, 2023

Copy link
Copy Markdown
Member

On FreeBSD when Python is built out of tree, the "python" program was
created in the source directory instead of build directory. Fix the
Makefile to write the "python" program in the build directory.

On FreeBSD when Python is built out of tree, the "python" program was
created in the source directory instead of build directory. Fix the
Makefile to write the "python" program in the build directory.
@vstinner

Copy link
Copy Markdown
MemberAuthor

This change is in fact just a workaround. I wrote PR #110449 to fix the root issue.

@vstinnervstinner closed this Oct 6, 2023
@vstinner
vstinner deleted the makefile branch October 6, 2023 00:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs backport to 3.11only security fixesneeds backport to 3.12only security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner