|
From: <sv...@va...> - 2009-04-16 00:40:49
|
Author: njn
Date: 2009-04-16 01:40:43 +0100 (Thu, 16 Apr 2009)
New Revision: 9560
Log:
Merged r9559 (a manual fix) from the trunk.
Modified:
branches/VALGRIND_3_4_BRANCH/README
branches/VALGRIND_3_4_BRANCH/docs/xml/manual-writing-tools.xml
Modified: branches/VALGRIND_3_4_BRANCH/README
===================================================================
--- branches/VALGRIND_3_4_BRANCH/README 2009-04-16 00:40:02 UTC (rev 9559)
+++ branches/VALGRIND_3_4_BRANCH/README 2009-04-16 00:40:43 UTC (rev 9560)
@@ -87,7 +87,7 @@
options are documented in the INSTALL file. The only interesting
one is the usual --prefix=/where/you/want/it/installed.
- 5. Do "make".
+ 5. Do "make". (Nb: this cannot be combined with the next step.)
6. Do "make install", possibly as root if the destination permissions
require that.
Modified: branches/VALGRIND_3_4_BRANCH/docs/xml/manual-writing-tools.xml
===================================================================
--- branches/VALGRIND_3_4_BRANCH/docs/xml/manual-writing-tools.xml 2009-04-16 00:40:02 UTC (rev 9559)
+++ branches/VALGRIND_3_4_BRANCH/docs/xml/manual-writing-tools.xml 2009-04-16 00:40:43 UTC (rev 9560)
@@ -140,6 +140,7 @@
<programlisting><![CDATA[
autogen.sh
./configure --prefix=`pwd`/inst
+ make # Nb: this cannot be combined with the next step
make install]]></programlisting>
<para>It should automake, configure and compile without errors,
|