|
From: <sv...@va...> - 2005-04-20 14:30:25
|
Author: sewardj Date: 2005-04-20 15:30:19 +0100 (Wed, 20 Apr 2005) New Revision: 3533 Modified: trunk/Makefile.am Log: Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff with Memcheck. Modified: trunk/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.am 2005-04-19 04:10:25 UTC (rev 3532) +++ trunk/Makefile.am 2005-04-20 14:30:19 UTC (rev 3533) @@ -6,13 +6,14 @@ ## include must be first for tool.h ## addrcheck must come after memcheck, for mac_*.o TOOLS =3D memcheck \ - addrcheck \ cachegrind \ corecheck \ massif \ lackey \ none =20 +## addrcheck \ + # Temporary: we want to compile Helgrind, but not regtest it. SUBDIRS =3D include coregrind . docs tests auxprogs $(TOOLS) helgrind ##DIST_SUBDIRS =3D $(SUBDIRS) helgrind |