mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Make more fixes and improvements
This change attempts to fix some report build issues. It also builds upon development work described in previous changes.
This commit is contained in:
parent
9bfa6ec06e
commit
9d61e23c80
27 changed files with 980 additions and 902 deletions
4
third_party/python/python.mk
vendored
4
third_party/python/python.mk
vendored
|
@ -466,12 +466,12 @@ THIRD_PARTY_PYTHON_STAGE1_A_DIRECTDEPS = \
|
|||
THIRD_PARTY_PYTHON_STAGE1_A_DEPS = \
|
||||
$(call uniq,$(foreach x,$(THIRD_PARTY_PYTHON_STAGE1_A_DIRECTDEPS),$($(x))))
|
||||
|
||||
o/$(MODE)/third_party/python/Python/importlib.inc: \
|
||||
o//third_party/python/Python/importlib.inc: \
|
||||
o/$(MODE)/third_party/python/freeze.com \
|
||||
third_party/python/Lib/importlib/_bootstrap.py
|
||||
@$(COMPILE) -AFREEZE -T$@ $^ $@
|
||||
|
||||
o/$(MODE)/third_party/python/Python/importlib_external.inc: \
|
||||
o//third_party/python/Python/importlib_external.inc: \
|
||||
o/$(MODE)/third_party/python/freeze.com \
|
||||
third_party/python/Lib/importlib/_bootstrap_external.py
|
||||
@$(COMPILE) -AFREEZE -T$@ $^ $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue