aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2007-04-25 13:55:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2007-04-25 13:55:20 +0000
commitcb4284e29641aa7dd990d42aba772b7f5c1ab50d (patch)
treecfead7421a525202381f04716de16526b2965b32 /doc/examples/Makefile.am
parentc9923324e92f0fff68ee2912fb1f0d28262bea1d (diff)
downloadandroid_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.tar.gz
android_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.tar.bz2
android_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.zip
applied patch from Richard Jones to for the silent flag on valgrind when
* xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied patch from Richard Jones to for the silent flag on valgrind when doing "make valgrind" * xmlregexp.c: raise a regexp error when '\' is misused to escape a standard character. Daniel svn path=/trunk/; revision=3606
Diffstat (limited to 'doc/examples/Makefile.am')
-rw-r--r--doc/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index cd9f4ef2..ea236215 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -96,7 +96,7 @@ xpath2_DEPENDENCIES= $(DEPS)
xpath2_LDADD= @RDL_LIBS@ $(LDADDS)
valgrind:
- $(MAKE) CHECKER='valgrind' tests
+ $(MAKE) CHECKER='valgrind -q' tests
tests: $(noinst_PROGRAMS)
@(echo '## examples regression tests')