Author: sewardj Date: 2007-11-09 23:30:51 +0000 (Fri, 09 Nov 2007) New Revision: 7128
Log: Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. Modified: trunk/Makefile.am trunk/configure.in trunk/docs/xml/manual.xml trunk/none/tests/amd64/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2007-11-09 23:29:46 UTC (rev 7127) +++ trunk/Makefile.am 2007-11-09 23:30:51 UTC (rev 7128) @@ -9,17 +9,18 @@ massif \ lackey \ none \ + helgrind \ exp-omega -# Temporary: we want to compile Helgrind, but not regtest it. # Put docs last because building the HTML is slow and we want to get # everything else working before we try it. -SUBDIRS = include coregrind . tests perf auxprogs $(TOOLS) helgrind docs +SUBDIRS = include coregrind . tests perf auxprogs $(TOOLS) docs DIST_SUBDIRS = $(SUBDIRS) SUPP_FILES = \ glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp glibc-2.5.supp \ - glibc-2.6.supp aix5libc.supp xfree-3.supp xfree-4.supp + glibc-2.6.supp aix5libc.supp xfree-3.supp xfree-4.supp \ + glibc-2.X-helgrind.supp dist_val_DATA = $(SUPP_FILES) default.supp Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2007-11-09 23:29:46 UTC (rev 7127) +++ trunk/configure.in 2007-11-09 23:30:51 UTC (rev 7128) @@ -473,30 +473,30 @@ 2.2) AC_MSG_RESULT(2.2 family) AC_DEFINE([GLIBC_2_2], 1, [Define to 1 if you're using glibc 2.2.x]) - DEFAULT_SUPP="glibc-2.2.supp ${DEFAULT_SUPP}" + DEFAULT_SUPP="glibc-2.2.supp glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" ;; 2.3) AC_MSG_RESULT(2.3 family) AC_DEFINE([GLIBC_2_3], 1, [Define to 1 if you're using glibc 2.3.x]) - DEFAULT_SUPP="glibc-2.3.supp ${DEFAULT_SUPP}" + DEFAULT_SUPP="glibc-2.3.supp glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" ;; 2.4) AC_MSG_RESULT(2.4 family) AC_DEFINE([GLIBC_2_4], 1, [Define to 1 if you're using glibc 2.4.x]) - DEFAULT_SUPP="glibc-2.4.supp ${DEFAULT_SUPP}" + DEFAULT_SUPP="glibc-2.4.supp glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" ;; 2.5) AC_MSG_RESULT(2.5 family) AC_DEFINE([GLIBC_2_5], 1, [Define to 1 if you're using glibc 2.5.x]) - DEFAULT_SUPP="glibc-2.5.supp ${DEFAULT_SUPP}" + DEFAULT_SUPP="glibc-2.5.supp glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" ;; 2.6) AC_MSG_RESULT(2.6 family) AC_DEFINE([GLIBC_2_6], 1, [Define to 1 if you're using glibc 2.6.x]) - DEFAULT_SUPP="glibc-2.6.supp ${DEFAULT_SUPP}" + DEFAULT_SUPP="glibc-2.6.supp glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" ;; aix5) AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3) Modified: trunk/docs/xml/manual.xml =================================================================== --- trunk/docs/xml/manual.xml 2007-11-09 23:29:46 UTC (rev 7127) +++ trunk/docs/xml/manual.xml 2007-11-09 23:30:51 UTC (rev 7128) @@ -28,12 +28,10 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="../../callgrind/docs/cl-manual.xml" parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="../../massif/docs/ms-manual.xml" parse="xml" - xmlns:xi="http://www.w3.org/2001/XInclude" /> -<!-- <xi:include href="../../helgrind/docs/hg-manual.xml" parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> ---> + <xi:include href="../../massif/docs/ms-manual.xml" parse="xml" + xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="../../none/docs/nl-manual.xml" parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="../../lackey/docs/lk-manual.xml" parse="xml" Modified: trunk/none/tests/amd64/Makefile.am =================================================================== --- trunk/none/tests/amd64/Makefile.am 2007-11-09 23:29:46 UTC (rev 7127) +++ trunk/none/tests/amd64/Makefile.am 2007-11-09 23:30:51 UTC (rev 7128) @@ -36,7 +36,7 @@ smc1.stderr.exp smc1.stdout.exp smc1.vgtest \ shrld.stderr.exp shrld.stdout.exp shrld.vgtest \ slahf-amd64.stderr.exp slahf-amd64.stdout.exp \ - slahf-amd64.stderr.vgtest + slahf-amd64.vgtest check_PROGRAMS = \ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers