[pypy-svn] r79643 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Mon Nov 29 16:31:15 CET 2010


Author: arigo
Date: Mon Nov 29 16:31:14 2010
New Revision: 79643

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Updates.

Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Mon Nov 29 16:31:14 2010
@@ -155,11 +155,12 @@
 JIT is delicate.  It requires using either MSVC or gcc with no particularly
 fancy options.  It does not work e.g. with clang, or if you pass uncommon
 options with the <tt class="docutils literal">CFLAGS</tt> environment variable.  The generated C files
-are left around in <tt class="docutils literal"><span class="pre">/tmp/usession-$USER/testing_1/</span></tt>, so if compilation
+are left around in <tt class="docutils literal"><span class="pre">/tmp/usession-$USER/testing_1/</span></tt> or
+<tt class="docutils literal"><span class="pre">$TMPDIR/usession-$USER/testing_1</span></tt>, so if compilation
 fails (i.e. you get a <tt class="docutils literal">CompilationError</tt>) or if you want to build a
 debug build, you can go there and retry running <tt class="docutils literal">make</tt>.  For example:
-<tt class="docutils literal">make <span class="pre">CFLAGS=&quot;&quot;</span></tt>, or <tt class="docutils literal">make lldebug</tt>.  It is recommended to move this
-directory away if you want to keep it; otherwise, further runs of
+<tt class="docutils literal">CFLAGS= make</tt>, or <tt class="docutils literal">make lldebug</tt>.  It is recommended to move this
+directory away if you want to keep it; otherwise, future runs of
 <tt class="docutils literal">translate.py</tt> will remove it.</li>
 </ul>
 </div>

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Mon Nov 29 16:31:14 2010
@@ -142,11 +142,12 @@
   JIT is delicate.  It requires using either MSVC or gcc with no particularly
   fancy options.  It does not work e.g. with clang, or if you pass uncommon
   options with the ``CFLAGS`` environment variable.  The generated C files
-  are left around in ``/tmp/usession-$USER/testing_1/``, so if compilation
+  are left around in ``/tmp/usession-$USER/testing_1/`` or
+  ``$TMPDIR/usession-$USER/testing_1``, so if compilation
   fails (i.e. you get a ``CompilationError``) or if you want to build a
   debug build, you can go there and retry running ``make``.  For example:
-  ``make CFLAGS=""``, or ``make lldebug``.  It is recommended to move this
-  directory away if you want to keep it; otherwise, further runs of
+  ``CFLAGS= make``, or ``make lldebug``.  It is recommended to move this
+  directory away if you want to keep it; otherwise, future runs of
   ``translate.py`` will remove it.
 
 .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32



More information about the Pypy-commit mailing list