From: Julian Seward Date: Wed, 20 Apr 2005 14:30:19 +0000 (+0000) Subject: Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff X-Git-Tag: svn/VALGRIND_3_0_0~785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb5888c4baae9c5f3a643eecb71c9db2f34400ee;p=thirdparty%2Fvalgrind.git Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff with Memcheck. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3533 --- diff --git a/Makefile.am b/Makefile.am index d139a8245e..54caa390df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,13 +6,14 @@ include $(top_srcdir)/Makefile.all.am ## include must be first for tool.h ## addrcheck must come after memcheck, for mac_*.o TOOLS = memcheck \ - addrcheck \ cachegrind \ corecheck \ massif \ lackey \ none +## addrcheck \ + # Temporary: we want to compile Helgrind, but not regtest it. SUBDIRS = include coregrind . docs tests auxprogs $(TOOLS) helgrind ##DIST_SUBDIRS = $(SUBDIRS) helgrind