aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-11-01 19:07:30 +0100
committerArmin Rigo <arigo@tunes.org>2013-11-01 19:07:30 +0100
commit6a9a924a6c336b5ff686fe15337ab12a2b94c70f (patch)
tree92dc35d6e92683a7252e6b50b828ec8f2ea8b9b9 /Makefile
parentClarify (diff)
downloadpypy-6a9a924a6c336b5ff686fe15337ab12a2b94c70f.tar.gz
pypy-6a9a924a6c336b5ff686fe15337ab12a2b94c70f.tar.bz2
pypy-6a9a924a6c336b5ff686fe15337ab12a2b94c70f.zip
Pffff, I see no way to pass down the original MAKEFLAGS to
the subprocess. This makes the "-jN" option unusable. As a result, increase the time estimate...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a143e27cf2..bf722a1933 100644
--- a/Makefile
+++ b/Makefile
@@ -21,11 +21,8 @@ ifeq ($(PYPY_EXECUTABLE),)
else
@echo "Building a regular (jitting) version of PyPy, using"
@echo "$(PYPY_EXECUTABLE) to run the translation itself."
- @echo "This takes around 45 minutes and $(URAM) GB of RAM."
+ @echo "This takes up to 1 hour and $(URAM) GB of RAM."
endif
- @echo
- @echo "If you have N cores, consider running \`\`MAKEFLAGS=-jN make'' to"
- @echo "speed up the last part (but \`\`make -jN'' does not work!)"
@echo "===================================================================="
@echo
@sleep 5