Skip to content

Commit

Permalink
Makefile: convenience rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 27, 2021
1 parent 3be2d29 commit 05afb26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ build/wasm32/gcc-testsuite/%.{dejagnu}.mk: built/wasm32/gcc | build/wasm32/gcc s
done; \
echo "build/wasm32/gcc-testsuite/$*.all: $$all" >> $@

build/wasm32/gcc-testsuite/gcc.dg/%: build/wasm32/gcc-testsuite/gcc.dg/dg.exp.{dejagnu}.mk
make -f $< $@

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

0 comments on commit 05afb26

Please sign in to comment.