File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -783,10 +783,13 @@ clinic-tests: check-clean-src $(srcdir)/Lib/test/clinic.test.c
783783
784784# Build the interpreter
785785$(BUILDPYTHON): Programs/python.o $(LINK_PYTHON_DEPS)
786+ echo "BUILDPYTHON: run $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)"
786787 $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
787- echo "$(BUILDPYTHON) built successfully"
788+ echo "BUILDPYTHON: BUILDPYTHON=$(BUILDPYTHON) target=$@"
789+ echo "BUILDPYTHON: built successfully"
790+ echo "BUILDPYTHON: pwd"
788791 pwd
789- echo "$( BUILDPYTHON) --"
792+ echo "BUILDPYTHON: --"
790793
791794platform: $(PYTHON_FOR_BUILD_DEPS) pybuilddir.txt
792795 $(RUNSHARED) $(PYTHON_FOR_BUILD) -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
You can’t perform that action at this time.
0 commit comments