Skip to content

Commit 13eee42

Browse files
committed
MOOOORE DEBUG
1 parent a895ddd commit 13eee42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile.pre.in

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

789791
platform: $(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.
799801
pybuilddir.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

0 commit comments

Comments
 (0)