Correct small typo in comment
This commit is contained in:
parent
e5a6ef3808
commit
dd7612358d
|
@ -114,7 +114,7 @@ NO_AFFINITY = 1
|
||||||
# Force number of make jobs. The default is the number of logical CPU of the host.
|
# Force number of make jobs. The default is the number of logical CPU of the host.
|
||||||
# This is particularly useful when using distcc.
|
# This is particularly useful when using distcc.
|
||||||
# A negative value will disable adding a -j flag to make, allowing to use a parent
|
# A negative value will disable adding a -j flag to make, allowing to use a parent
|
||||||
# make -j value. This is usefull to call OpenBLAS make from an other project
|
# make -j value. This is useful to call OpenBLAS make from an other project
|
||||||
# makefile
|
# makefile
|
||||||
# MAKE_NB_JOBS = 2
|
# MAKE_NB_JOBS = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue