Skip to content

Commit

Permalink
Makefile: try to fix dependency ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 30, 2021
1 parent 2ec92e2 commit 520385b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ artifact-python!: | install/binfmt_misc/wasm
artifact-python!: | install/file-slurp

artifact-python!: | subrepos/python/checkout! artifacts extracted/artifacts/toolchain.tar js/wasm32.js artifacts/jsshell-linux-x86_64.zip
$(MAKE) built/common/python
unzip artifacts/jsshell-linux-x86_64.zip -d bin
$(MAKE) artifact-timestamp
$(MAKE) built/wasm32/python wasm/python.wasm
Expand Down Expand Up @@ -1147,7 +1148,8 @@ daily-miniperl!: | subrepos/perl/checkout! extracted/daily/binutils.tar.gz extra
$(MAKE) wasm/libm.wasm
$(MAKE) built/wasm32/miniperl wasm/miniperl.wasm

daily-python!: | built/common/python subrepos/python/checkout! extracted/daily/binutils.tar.gz extracted/daily/glibc.tar.gz extracted/daily/gcc.tar.gz extracted/daily/gcc-preliminary.tar.gz install/binfmt_misc/elf32-wasm32 install/binfmt_misc/wasm js/wasm32.js bin/js
daily-python!: | subrepos/python/checkout! extracted/daily/binutils.tar.gz extracted/daily/glibc.tar.gz extracted/daily/gcc.tar.gz extracted/daily/gcc-preliminary.tar.gz install/binfmt_misc/elf32-wasm32 install/binfmt_misc/wasm js/wasm32.js bin/js
$(MAKE) built/common/python
$(MKDIR) wasm
$(MAKE) wasm/ld.wasm
$(MAKE) wasm/libc.wasm
Expand Down

0 comments on commit 520385b

Please sign in to comment.