Skip to content

Commit

Permalink
Makefile: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 25, 2021
1 parent f05032a commit a5322ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ build/wasm32/gcc-testsuite/%.{dejagnu}.tar: build/wasm32/gcc-testsuite/%.{dejagn
tar cf $@ build/wasm32/gcc-testsuite/$(dir $*)

build/wasm32/gcc-testsuite/%.{dejagnu-unexpected}.tar: build/wasm32/gcc-testsuite/%.{dejagnu}.mk build/wasm32/gcc-testsuite/site.exp
mkdir tmp
mkdir -p tmp/$(dir $*)
cp -a build/wasm32/gcc-testsuite/$(dir $*) tmp/$(dir $*)
(cd tmp; find -type f -print0 | xargs -0 egrep -LZ 'unexpected' | xargs -0 rm; tar cf ../$@ $(dir $*))

Expand Down

0 comments on commit a5322ef

Please sign in to comment.