aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-11-01 18:43:46 +0100
committerArmin Rigo <arigo@tunes.org>2013-11-01 18:43:46 +0100
commit7dd26ed342929cdd6d37f620a24ccb3893329267 (patch)
tree7cfa510f6f6630af6b0c2c96702471fe20cb13dd /Makefile
parentImprove the documentation of -jN (diff)
downloadpypy-7dd26ed342929cdd6d37f620a24ccb3893329267.tar.gz
pypy-7dd26ed342929cdd6d37f620a24ccb3893329267.tar.bz2
pypy-7dd26ed342929cdd6d37f620a24ccb3893329267.zip
Clarify
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 449de3dcb9..a143e27cf2 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ else
endif
@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 "speed up the last part (but \`\`make -jN'' does not work!)"
@echo "===================================================================="
@echo
@sleep 5