File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ package Builder of the main project (attribute Switches):
738
738
in order to be instructed when it is allowed to spawn another simultaneous
739
739
compilation jobs.
740
740
741
- If :samp: `-j{ num } ` is set alongside :samp: `--gnu-make -jobserver `
741
+ If :samp: `-j{ num } ` is set alongside :samp: `--autodetect -jobserver `
742
742
the former will be ignored.
743
743
744
744
* :samp: `--no-indirect-imports `
@@ -1177,7 +1177,7 @@ possibly different languages are spawned concurrently.
1177
1177
1178
1178
Furthermore, GPRbuild is GNU make jobserver compatible when using the switch
1179
1179
:samp: `--autodetect-jobserver `. This means if GPRbuild is embedded in a GNU make
1180
- recursive invocation and :samp: `--gnu-make -jobserver ` is set, then GPRbuild
1180
+ recursive invocation and :samp: `--autodetect -jobserver ` is set, then GPRbuild
1181
1181
will only spawn an additionnal compilation process if GNU make's jobserver
1182
1182
allows it. This is particularly useful to ensure that GPRbuild comply to the
1183
1183
ressource management of GNU make.
You can’t perform that action at this time.
0 commit comments