|
From: Mark W. <ma...@so...> - 2021-02-28 23:44:37
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=262ca91cffdcd30c1dfdf04cbea5ab4c61c2905e commit 262ca91cffdcd30c1dfdf04cbea5ab4c61c2905e Author: Mark Wielaard <ma...@kl...> Date: Mon Mar 1 00:39:31 2021 +0100 Remove deep-D.post.exp-ppc64 from EXTRA_DIST. massif/tests/deep-D.post.exp-ppc64 was remove in commit 24a94df73 "VG_(get_fnname_kind): Recognize gcc "optimized" below main functions." but was still listed in massif/tests/Makefile.am (EXTRA_DIST). Causing make dist to fail. Diff: --- massif/tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/massif/tests/Makefile.am b/massif/tests/Makefile.am index 98c1252c29..a89ec452ab 100644 --- a/massif/tests/Makefile.am +++ b/massif/tests/Makefile.am @@ -14,7 +14,6 @@ EXTRA_DIST = \ deep-B.post.exp deep-B.stderr.exp deep-B.vgtest \ deep-C.post.exp deep-C.stderr.exp deep-C.vgtest \ deep-D.post.exp deep-D.stderr.exp deep-D.vgtest \ - deep-D.post.exp-ppc64 \ culling1.stderr.exp culling1.vgtest \ culling2.stderr.exp culling2.vgtest \ custom_alloc.post.exp custom_alloc.stderr.exp custom_alloc.vgtest \ |