File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,8 @@ clinic-tests: check-clean-src $(srcdir)/Lib/test/clinic.test.c
785785$(BUILDPYTHON): Programs/python.o $(LINK_PYTHON_DEPS)
786786 $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
787787 echo "$(BUILDPYTHON) built successfully"
788+ pwd
789+ echo "$(BUILDPYTHON)--"
788790
789791platform: $(PYTHON_FOR_BUILD_DEPS) pybuilddir.txt
790792 $(RUNSHARED) $(PYTHON_FOR_BUILD) -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
@@ -798,12 +800,18 @@ platform: $(PYTHON_FOR_BUILD_DEPS) pybuilddir.txt
798800# or removed in case of failure.
799801pybuilddir.txt: $(PYTHON_FOR_BUILD_DEPS)
800802 @echo "none" > ./pybuilddir.txt
803+ echo "[pybuilddir.txt] ls"
804+ ls
805+ echo "[pybuilddir.txt] pwd"
806+ pwd
807+ echo "[pybuilddir.txt] RUN: $(RUNSHARED) $(PYTHON_FOR_BUILD) -S -m sysconfig --generate-posix-vars"
801808 $(RUNSHARED) $(PYTHON_FOR_BUILD) -S -m sysconfig --generate-posix-vars ;\
802809 if test $$? -ne 0 ; then \
803810 echo "generate-posix-vars failed" ; \
804811 rm -f ./pybuilddir.txt ; \
805812 exit 1 ; \
806813 fi
814+ echo "[pybuilddir.txt]--"
807815
808816# blake2s is auto-generated from blake2b
809817$(srcdir)/Modules/_blake2/blake2s_impl.c: $(srcdir)/Modules/_blake2/blake2b_impl.c $(srcdir)/Modules/_blake2/blake2b2s.py
You can’t perform that action at this time.
0 commit comments