Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r67798:b37285b80ae9
Date: 2013-11-01 18:41 +0100
http://bitbucket.org/pypy/pypy/changeset/b37285b80ae9/

Log:    Improve the documentation of -jN

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 
 pypy-c:
        @echo
-       @echo "============================================================="
+       @echo 
"===================================================================="
 ifeq ($(PYPY_EXECUTABLE),)
        @echo "Building a regular (jitting) version of PyPy, using CPython."
        @echo "This takes around 2 hours and $(URAM) GB of RAM."
@@ -23,8 +23,10 @@
        @echo "$(PYPY_EXECUTABLE) to run the translation itself."
        @echo "This takes around 45 minutes and $(URAM) GB of RAM."
 endif
-       @echo "If you have N cores, consider setting \`\`MAKEFLAGS=-jN''."
-       @echo "============================================================="
+       @echo
+       @echo "If you have N cores, consider running \`\`MAKEFLAGS=-jN make'' 
to"
+       @echo "speed up the last part of translation  (\`\`make -jN'' does not 
work!)"
+       @echo 
"===================================================================="
        @echo
        @sleep 5
        $(RUNINTERP) rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to