Lines Matching refs:commands

66              e       Print debugging information about failed commands and
99 l Print commands in Makefiles regardless of whether or not
110 running commands. These temporary scripts are created in
132 x Run shell commands with -x so the actual commands are
148 -i Ignore non-zero exit of shell commands in the makefile. Equiva-
162 compatibility mode is off, all commands associated with a target
193 -n Display the commands that would have been executed, but do not
197 -N Display the commands that would have been executed, but do not
201 -q Do not execute any commands, instead exit 0 if the specified tar-
209 -s Do not echo any commands as they are executed. Equivalent to
261 specifications, shell commands, variable assignments, include statements,
278 attached shell commands. All sources named in all dependency lines
279 are considered together, and if needed the attached shell commands
286 :: Any dependency line may have attached shell commands, but each one
288 tached shell commands are run if the target is out of date with re-
290 tached shell commands may be run depending on the circumstances.
292 attached shell commands are always run. Also unlike :, the target
335 commands should be put in parentheses so it executes in a subshell. To
416 3. Variables in shell commands are expanded when the shell command is
635 ignore-cmd Some makefiles have commands which
663 commands still differ, the target is considered out-of-
727 the commands of the failed target, and in "meta" mode, it
1060 wanting to set a variable at a point where a target's shell commands
1269 target has been defined and has commands associated with it.
1325 .EXEC Target is never out of date, but always execute commands any-
1328 .IGNORE Ignore any errors from the commands associated with this tar-
1333 .MAKE Execute the commands associated with this target even if the -n
1346 Ignore differences in commands when deciding if target is out
1348 always changes. If the number of commands change, though, the
1388 .SILENT Do not echo any of the commands associated with this target,
1393 acquires the commands, sources, and attributes (except for
1394 .USE) of the source. If the target already has commands, the
1395 .USE target's commands are appended to them.
1399 target commands to the target.
1433 target that inherits .DEFAULT's commands is set to the target's
1438 make to delete targets whose commands fail. (By default, only
1439 targets whose commands are interrupted during execution are
1456 If bmake is interrupted, the commands for this target are exe-
1513 .SHELL Sets the shell that bmake uses to execute commands. The sources
1527 echo The command to turn on echoing of commands executed.
1529 quiet The command to turn off echoing of commands exe-