[pypy-commit] pypy default: Mention the MAKEFLAGS=-j.. option

arigo noreply at buildbot.pypy.org
Fri Nov 1 18:36:26 CET 2013


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list