Skip to content

Commit

Permalink
Makefile: handle empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 28, 2021
1 parent 77d3741 commit 821dbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ build/wasm32/gcc-testsuite/gcc.dg/tls/%: build/wasm32/gcc-testsuite-make/gcc.dg/

build/wasm32/gcc-testsuite-tar/%.{dejagnu}.tar: build/wasm32/gcc-testsuite-make/%.{dejagnu}.mk build/wasm32/gcc-testsuite/site.exp | build/wasm32/gcc-testsuite-tar
$(MKDIR) build/wasm32/gcc-testsuite-tar/$(dir $*)
$(MKDIR) build/wasm32/gcc-testsuite/$(dir $*)
$(MAKE) -f $< build/wasm32/gcc-testsuite/$*.all || true
tar cf $@ build/wasm32/gcc-testsuite/$(dir $*)

Expand Down

0 comments on commit 821dbf4

Please sign in to comment.