-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Open
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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
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
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error