|
From: <sv...@va...> - 2006-10-19 13:24:02
|
Author: sewardj
Date: 2006-10-19 14:23:59 +0100 (Thu, 19 Oct 2006)
New Revision: 6323
Log:
Back out 'memtrace' related stuff until status of it is established;
having build system references to it without corresponding sources
causes build failures.
Modified:
trunk/Makefile.am
trunk/configure.in
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 2006-10-19 13:22:16 UTC (rev 6322)
+++ trunk/Makefile.am 2006-10-19 13:23:59 UTC (rev 6323)
@@ -8,8 +8,7 @@
callgrind \
massif \
lackey \
- none \
- memtrace
+ none
=20
# Temporary: we want to compile Helgrind, but not regtest it.
# Put docs last because building the HTML is slow and we want to get
Modified: trunk/configure.in
=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/configure.in 2006-10-19 13:22:16 UTC (rev 6322)
+++ trunk/configure.in 2006-10-19 13:23:59 UTC (rev 6323)
@@ -931,9 +931,6 @@
none/tests/ppc64/Makefile
none/tests/x86/Makefile
none/docs/Makefile
- memtrace/Makefile
- memtrace/tests/Makefile
- memtrace/docs/Makefile
)=20
=20
cat<<EOF
|
|
From: Nicholas N. <nj...@cs...> - 2006-10-19 21:24:30
|
On Thu, 19 Oct 2006 sv...@va... wrote: > Author: sewardj > Date: 2006-10-19 14:23:59 +0100 (Thu, 19 Oct 2006) > New Revision: 6323 > > Log: > Back out 'memtrace' related stuff until status of it is established; > having build system references to it without corresponding sources > causes build failures. That was the right thing to do. I thought I fixed it myself but I just saw that my SVN commit failed because I wasn't up to date. Sorry for the confusion.... Nick > > Modified: > trunk/Makefile.am > trunk/configure.in > > > Modified: trunk/Makefile.am > =================================================================== > --- trunk/Makefile.am 2006-10-19 13:22:16 UTC (rev 6322) > +++ trunk/Makefile.am 2006-10-19 13:23:59 UTC (rev 6323) > @@ -8,8 +8,7 @@ > 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 > > Modified: trunk/configure.in > =================================================================== > --- trunk/configure.in 2006-10-19 13:22:16 UTC (rev 6322) > +++ trunk/configure.in 2006-10-19 13:23:59 UTC (rev 6323) > @@ -931,9 +931,6 @@ > none/tests/ppc64/Makefile > none/tests/x86/Makefile > none/docs/Makefile > - memtrace/Makefile > - memtrace/tests/Makefile > - memtrace/docs/Makefile > ) > > cat<<EOF > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |