From 36f183d6a408c4bc0e85b0f99994abcdac1cf09a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 10 Sep 2025 14:00:07 +0200 Subject: [PATCH] Separate entries visually in my-prof.supp Signed-off-by: Steffen Jaeckel (cherry picked from commit 3370f8a7f1641e571d9219a69d723d1bf5b20d3f) --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 872c0b02..dc17499c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -347,9 +347,13 @@ endif .PHONY: my-prof.supp my-prof.supp: @sed '/^# AUTO-GENERATED START/q' prof.supp > $@ + @printf "\n\n# glib\n" >> $@ @cat /usr/share/glib-2.0/valgrind/glib.supp >> $@ + @printf "\n\n# Python\n" >> $@ @wget -O- https://raw.githubusercontent.com/python/cpython/refs/tags/v`python3 --version | cut -d' ' -f2`/Misc/valgrind-python.supp >> $@ + @printf "\n\n# gtk\n" >> $@ @test -z "@GTK_VERSION@" || wget -O- https://raw.githubusercontent.com/GNOME/gtk/refs/tags/@GTK_VERSION@/gtk.supp >> $@ + @printf "\n\n# more gtk\n" >> $@ @test -z "@GTK_VERSION@" || cat /usr/share/gtk-3.0/valgrind/gtk.supp >> $@ check-unit: tests/unittests/unittests