[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Mar 6 17:21:40 PST 2013


 test/api/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 6 20:21:11 2013 -0500

    [build] Port to newer automake recommended syntax

diff --git a/test/api/Makefile.am b/test/api/Makefile.am
index cc0c3e9..0ed943b 100644
--- a/test/api/Makefile.am
+++ b/test/api/Makefile.am
@@ -95,8 +95,8 @@ VALGRIND_FLAGS = \
 	$(EXTRA_VALGRIND_FLAGS)
 #	Can't do for now: --show-reachable=yes
 CLEANFILES +=  log-valgrind.txt
-valgrind_verbose = $(valgrind_verbose_$(V))
-valgrind_verbose_ = $(valgrind_verbose_$(AM_DEFAULT_VERBOSITY))
+valgrind_verbose = $(valgrind_verbose_ at AM_V@)
+valgrind_verbose_ = $(valgrind_verbose_ at AM_DEFAULT_V@)
 valgrind_verbose_0 = | \
 	grep '\(^[^=]\|ERROR SUMMARY\|definitely lost\|indirectly lost\)' | grep -v ': 0'
 # TODO: The following check does not fail if valgrind finds error.  It should.
commit c39def9bc71559d59325a2c3282c1cec4286b2ae
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 6 20:20:45 2013 -0500

    Move valgrind suppressions to the correct directory

diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions
deleted file mode 100644
index e69de29..0000000
diff --git a/test/api/.valgrind-suppressions b/test/api/.valgrind-suppressions
new file mode 100644
index 0000000..e69de29



More information about the HarfBuzz mailing list