]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Back out 'memtrace' related stuff until status of it is established;
authorJulian Seward <jseward@acm.org>
Thu, 19 Oct 2006 13:23:59 +0000 (13:23 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 19 Oct 2006 13:23:59 +0000 (13:23 +0000)
having build system references to it without corresponding sources
causes build failures.

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

Makefile.am
configure.in

index fee978562341c11b19a9f11af467430d6b3e100e..b6612e72c21d92bc67e76b5a6e7bfa443245cba6 100644 (file)
@@ -8,8 +8,7 @@ TOOLS =         memcheck \
                callgrind \
                massif \
                lackey \
-               none \
-               memtrace
+               none
 
 # Temporary: we want to compile Helgrind, but not regtest it.
 # Put docs last because building the HTML is slow and we want to get
index 34830a0ea4539b174d701f6718834a30233d83c8..f625a9ef51fd28b7b91f115edc8635c1f2cdf270 100644 (file)
@@ -931,9 +931,6 @@ AC_OUTPUT(
    none/tests/ppc64/Makefile
    none/tests/x86/Makefile
    none/docs/Makefile
-   memtrace/Makefile
-   memtrace/tests/Makefile
-   memtrace/docs/Makefile
 ) 
 
 cat<<EOF