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

Log:    Mention the MAKEFLAGS=-j.. option

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@
        @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
        @sleep 5
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to