diff options
author | Armin Rigo <arigo@tunes.org> | 2013-11-01 18:43:46 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2013-11-01 18:43:46 +0100 |
commit | 7dd26ed342929cdd6d37f620a24ccb3893329267 (patch) | |
tree | 7cfa510f6f6630af6b0c2c96702471fe20cb13dd /Makefile | |
parent | Improve the documentation of -jN (diff) | |
download | pypy-7dd26ed342929cdd6d37f620a24ccb3893329267.tar.gz pypy-7dd26ed342929cdd6d37f620a24ccb3893329267.tar.bz2 pypy-7dd26ed342929cdd6d37f620a24ccb3893329267.zip |
Clarify
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |