Skip to content

Commit

Permalink
Makefile: once more
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 28, 2021
1 parent 4650467 commit a698422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1007,8 +1007,8 @@ artifact-push!:
$(MAKE) wasm/libm.wasm
$(MAKE) wasm/libstdc++.wasm
$(MAKE) artifacts artifact-timestamp
JS=$(PWD)/bin/js WASMDIR=$(PWD) $(MAKE) build/wasm32/gcc-testsuite/tar/$*.{dejagnu}.tar
cp build/wasm32/gcc-testsuite/tar/$*.{dejagnu}.tar artifacts/
JS=$(PWD)/bin/js WASMDIR=$(PWD) $(MAKE) build/wasm32/gcc-testsuite-tar/$*.{dejagnu}.tar
cp build/wasm32/gcc-testsuite-tar/$*.{dejagnu}.tar artifacts/

%.{dejanew}!: js/wasm32.js install/texinfo-bison-flex install/gcc-dependencies install/dejagnu | extracted/artifacts/toolchain.tar tools/bin/wasmrewrite tools/bin/wasmsect install/binfmt_misc/wasm install/binfmt_misc/elf32-wasm32 artifacts/libc.wasm artifacts/ld.wasm artifacts/libm.wasm subrepos/gcc/checkout! artifacts src/gcc
$(MAKE) artifacts/jsshell-linux-x86_64.zip
Expand Down

0 comments on commit a698422

Please sign in to comment.