Lines Matching refs:execute
281 execute them.
632 file properly. All @code{make} does is execute the commands in the rule
2473 this cannot change the commands of the rule; they will execute as written.
2820 With this rule, @samp{make print} will execute the @code{lpr} command if
3774 it only echoes commands, it won't execute them. @xref{Options Summary,
3798 When it is time to execute commands to update a target, they are
3813 invoke one shell to run the entire line, and the shell will execute
3941 GNU @code{make} knows how to execute several commands at once.
3942 Normally, @code{make} will execute only one command at a time, waiting
3944 @samp{--jobs} option tells @code{make} to execute many commands
3951 commands to execute at once; this is called the number of @dfn{job slots}.
4250 require executing the command, and @samp{-t} says not to execute
7441 execute them.
7628 the targets up to date, but not actually execute them.
7648 are up to date already; but execute no commands in either case. In other
7670 normally execute but does not execute them.
8046 Print the commands that would be executed, but do not execute them.
8068 reading the makefiles; then execute as usual or as otherwise specified.
8471 when @file{x.c}, @file{y.c} and @file{z.c} all exist will execute:
9104 prerequisites, and it will execute happily ever after.)@refill