mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Try to fix issue #15086: build failure on Ubuntu shared buildbot.
This commit is contained in:
parent
7e19337ebc
commit
2d9db1dfce
2 changed files with 2377 additions and 2372 deletions
|
@ -442,7 +442,7 @@ build_all_generate_profile:
|
||||||
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-generate" LIBS="$(LIBS) -lgcov"
|
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-generate" LIBS="$(LIBS) -lgcov"
|
||||||
|
|
||||||
run_profile_task:
|
run_profile_task:
|
||||||
./$(BUILDPYTHON) $(PROFILE_TASK)
|
$(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
|
||||||
|
|
||||||
build_all_use_profile:
|
build_all_use_profile:
|
||||||
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use"
|
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use"
|
||||||
|
@ -580,7 +580,7 @@ Modules/_testembed: Modules/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
|
||||||
|
|
||||||
Python/importlib.h: $(srcdir)/Lib/importlib/_bootstrap.py $(srcdir)/Python/freeze_importlib.py
|
Python/importlib.h: $(srcdir)/Lib/importlib/_bootstrap.py $(srcdir)/Python/freeze_importlib.py
|
||||||
@if test -f ./$(BUILDPYTHON); then \
|
@if test -f ./$(BUILDPYTHON); then \
|
||||||
./$(BUILDPYTHON) $(srcdir)/Python/freeze_importlib.py \
|
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Python/freeze_importlib.py \
|
||||||
$(srcdir)/Lib/importlib/_bootstrap.py Python/importlib.h; \
|
$(srcdir)/Lib/importlib/_bootstrap.py Python/importlib.h; \
|
||||||
else \
|
else \
|
||||||
echo "----------------------------------------------------------"; \
|
echo "----------------------------------------------------------"; \
|
||||||
|
|
4745
Python/importlib.h
4745
Python/importlib.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue