Open
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