Skip to content

Makefile always regenerates build-details.json #131556

Open
@colesbury

Description

@colesbury

The Makefile target that generates build-details.json has an incorrect target so it's re-run for every action. The generated file is in:

`cat pybuilddir.txt`/build-details.json

For example, on my machine that evaluates to:

build/lib.linux-x86_64-3.14/build-details.json

cpython/Makefile.pre.in

Lines 939 to 940 in 6131707

build-details.json: pybuilddir.txt
$(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/Tools/build/generate-build-details.py `cat pybuilddir.txt`/build-details.json

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions