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
785
785
$(BUILDPYTHON): Programs/python.o $(LINK_PYTHON_DEPS)
786
786
$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
787
787
echo "$(BUILDPYTHON) built successfully"
788
+ pwd
789
+ echo "$(BUILDPYTHON)--"
788
790
789
791
platform: $(PYTHON_FOR_BUILD_DEPS) pybuilddir.txt
790
792
$(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
798
800
# or removed in case of failure.
799
801
pybuilddir.txt: $(PYTHON_FOR_BUILD_DEPS)
800
802
@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"
801
808
$(RUNSHARED) $(PYTHON_FOR_BUILD) -S -m sysconfig --generate-posix-vars ;\
802
809
if test $$? -ne 0 ; then \
803
810
echo "generate-posix-vars failed" ; \
804
811
rm -f ./pybuilddir.txt ; \
805
812
exit 1 ; \
806
813
fi
814
+ echo "[pybuilddir.txt]--"
807
815
808
816
# blake2s is auto-generated from blake2b
809
817
$(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