]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff
authorJulian Seward <jseward@acm.org>
Wed, 20 Apr 2005 14:30:19 +0000 (14:30 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 20 Apr 2005 14:30:19 +0000 (14:30 +0000)
with Memcheck.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3533

Makefile.am

index d139a8245eb949a859837dfe6c531946ef1b29d9..54caa390df5d9df0433fe34da8435a57b37d141c 100644 (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