From: Nicholas Nethercote Date: Tue, 13 Sep 2005 00:58:19 +0000 (+0000) Subject: Clarify comment. No functional change. X-Git-Tag: svn/VALGRIND_3_1_0~458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e441ef26d01f280e7c9a632290752a37307c3ee;p=thirdparty%2Fvalgrind.git Clarify comment. No functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4631 --- diff --git a/Makefile.am b/Makefile.am index ed976ab065..2cdcc0e9b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,12 +11,15 @@ TOOLS = memcheck \ none ## addrcheck \ +## helgrind \ -# Temporary: we want to compile Helgrind and Addrcheck, but not regtest it. -# And we want to include Addrcheck in the distro, but not compile/test it. +# Temporary: we want to compile Helgrind and Addrcheck and include them in +# the distro, but not regtest them. So they are in $TOOLS but not in +# $SUBDIRS. +# # Put docs last because building the HTML is slow and we want to get # everything else working before we try it. -SUBDIRS = include coregrind . tests auxprogs $(TOOLS) helgrind addrcheck docs +SUBDIRS = include coregrind . tests auxprogs $(TOOLS) helgrind addrcheck docs SUPP_FILES = \ glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp \