Skip to content

Commit 2af2e49

Browse files
committed
Remove recommendation of MAKE from the FAQ
1 parent d94fd89 commit 2af2e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/en/faq/faq-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Sage. The command
7070

7171
.. CODE-BLOCK:: shell-session
7272
73-
$ export MAKE='make -j8'
73+
$ export MAKEFLAGS='-j8'
7474
7575
will enable 8 threads for parts of the build that support
7676
parallelism. Change the number 8 as appropriate to suit the number of

src/doc/it/faq/faq-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ questi prerequisiti come segue::
7070
Se hai un sistema multiprocessore puoi scegliere una
7171
compilazione parallela di Sage. Il comando ::
7272

73-
export MAKE='make -j8'
73+
export MAKEFLAGS='-j8'
7474

7575
abiliterà 8 threads per quelle parti della compilazione che supportano
7676
il parallelismo. Al posto del numero 8 metti il numero di

0 commit comments

Comments
 (0)