Skip to content

Commit 39424ce

Browse files
committed
Makefile: DUMP $@
1 parent 13eee42 commit 39424ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile.pre.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

791794
platform: $(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

0 commit comments

Comments
 (0)