Skip to content

Commit

Permalink
Makefile: one more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 25, 2021
1 parent 283ef6c commit 3346089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ artifact-coreutils!: | subrepos/coreutils/checkout! artifacts extracted/artifact
$(MAKE) artifacts/jsshell-linux-x86_64.zip
unzip artifacts/jsshell-linux-x86_64.zip -d bin
$(MAKE) artifact-timestamp
JS=$(JS) WASMDIR=$(PWD) $(MAKE) built/wasm32/coreutils
JS=$(JS) WASMDIR=$(PWD) $(MAKE) $(patsubst %,wasm/%.wasm,$(COREUTILS))
$(MAKE) built/wasm32/coreutils
$(MAKE) $(patsubst %,wasm/%.wasm,$(COREUTILS))
cp $(patsubst %,wasm/%.wasm,$(COREUTILS)) artifacts/
$(MAKE) artifact-push!

Expand All @@ -489,7 +489,7 @@ artifact-miniperl!: | install/file-slurp
artifact-miniperl!: | subrepos/perl/checkout! artifacts extracted/artifacts/binutils.tar extracted/artifacts/gcc-preliminary.tar extracted/artifacts/glibc.tar extracted/artifacts/gcc.tar js/wasm32.js artifacts/jsshell-linux-x86_64.zip
unzip artifacts/jsshell-linux-x86_64.zip -d bin
$(MAKE) artifact-timestamp
JS=$(JS) WASMDIR=$(PWD) $(MAKE) built/wasm32/miniperl wasm/miniperl.wasm
$(MAKE) built/wasm32/miniperl wasm/miniperl.wasm
cp wasm/miniperl.wasm artifacts/
$(MAKE) artifact-push!

Expand Down

0 comments on commit 3346089

Please sign in to comment.