aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/opt-jobs-internal.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/opt-jobs-internal.exp')
-rw-r--r--unit-tests/opt-jobs-internal.exp33
1 files changed, 27 insertions, 6 deletions
diff --git a/unit-tests/opt-jobs-internal.exp b/unit-tests/opt-jobs-internal.exp
index 470bdbddd0f8..e3e8ee498224 100644
--- a/unit-tests/opt-jobs-internal.exp
+++ b/unit-tests/opt-jobs-internal.exp
@@ -1,6 +1,27 @@
-make: internal error -- J option malformed (garbage)
-usage: make [-BeikNnqrSstWwX]
- [-C directory] [-D variable] [-d flags] [-f makefile]
- [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
- [-V variable] [-v variable] [variable=value] [target ...]
-exit status 2
+direct: mode=parallel
+make: error: invalid internal option "-J garbage" in "<curdir>"
+make: warning: internal option "-J" in "<curdir>" refers to unopened file descriptors; falling back to compat mode.
+ To run the target even in -n mode, add the .MAKE pseudo-source to the target.
+ To run the target in default mode only, add a ${:D make} marker to a target's command. (This marker expression expands to an empty string.)
+ To make the sub-make run in compat mode, add -B to its invocation.
+ To make the sub-make independent from the parent make, unset the MAKEFLAGS environment variable in the target's commands.
+ in make[2] in directory "<curdir>"
+direct-open: mode=compat
+make: warning: internal option "-J" in "<curdir>" refers to unopened file descriptors; falling back to compat mode.
+ To run the target even in -n mode, add the .MAKE pseudo-source to the target.
+ To run the target in default mode only, add a ${:D make} marker to a target's command. (This marker expression expands to an empty string.)
+ To make the sub-make run in compat mode, add -B to its invocation.
+ To make the sub-make independent from the parent make, unset the MAKEFLAGS environment variable in the target's commands.
+ in make[2] in directory "<curdir>"
+indirect-open: mode=compat
+indirect-expr: mode=parallel
+make: warning: internal option "-J" in "<curdir>" refers to unopened file descriptors; falling back to compat mode.
+ To run the target even in -n mode, add the .MAKE pseudo-source to the target.
+ To run the target in default mode only, add a ${:D make} marker to a target's command. (This marker expression expands to an empty string.)
+ To make the sub-make run in compat mode, add -B to its invocation.
+ To make the sub-make independent from the parent make, unset the MAKEFLAGS environment variable in the target's commands.
+ in make[2] in directory "<curdir>"
+indirect-comment: mode=compat
+indirect-silent-comment: mode=parallel
+indirect-expr-empty: mode=parallel
+exit status 0