FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-103053: Fix BUILDPYTHON target of Makefile by vstinner · Pull Request #110448 · python/cpython · GitHub

/ cpython Public

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 commented Oct 5, 2023
edited
Loading

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 marked this pull request as draft October 5, 2023 23:52

vstinner commented Oct 6, 2023

Copy link
Copy Markdown
Member Author

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

vstinner closed this Oct 6, 2023
vstinner deleted the makefile branch October 6, 2023 00:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL