Lines Matching refs:commands
66 [1me [22mPrint debugging information about failed commands and
99 [1ml [22mPrint commands in Makefiles regardless of whether or not
110 running commands. These temporary scripts are created in
132 [1mx [22mRun shell commands with [1m-x [22mso the actual commands are
148 [1m-i [22mIgnore non-zero exit of shell commands in the makefile. Equiva-
162 compatibility mode is off, all commands associated with a target
193 [1m-n [22mDisplay the commands that would have been executed, but do not
197 [1m-N [22mDisplay the commands that would have been executed, but do not
201 [1m-q [22mDo not execute any commands, instead exit 0 if the specified tar-
209 [1m-s [22mDo 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 [1m:: [22mAny 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 [1m:, [22mthe 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 [1mignore-cmd [22mSome 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 [1m.EXEC [22mTarget is never out of date, but always execute commands any-
1328 [1m.IGNORE [22mIgnore any errors from the commands associated with this tar-
1333 [1m.MAKE [22mExecute the commands associated with this target even if the [1m-n[0m
1346 Ignore differences in commands when deciding if target is out
1348 always changes. If the number of commands change, though, the
1388 [1m.SILENT [22mDo not echo any of the commands associated with this target,
1393 acquires the commands, sources, and attributes (except for
1394 [1m.USE[22m) of the source. If the target already has commands, the
1395 [1m.USE [22mtarget's commands are appended to them.
1399 target commands to the target.
1433 target that inherits [1m.DEFAULT[22m'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 [1mbmake [22mis interrupted, the commands for this target are exe-
1513 [1m.SHELL [22mSets the shell that [1mbmake [22muses 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-