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
This commit is contained in:
Julian Seward 2005-04-20 14:30:19 +00:00
parent 5446180661
commit fb5888c4ba

View File

@ -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