Lines Matching full:commands
23 #include "commands.h"
159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
240 /* Make a rule that is just the suffix, with no deps or commands.
242 convert_suffix_rule (dep_name (d), (char *) 0, (struct commands *) 0);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
402 r->cmds->commands = xstrdup (p->commands);
439 /* We can't free the storage for the commands because there
441 * If the commands came from a suffix rule, they could also be in
447 be discarded here, but both would contain the same `struct commands'
467 The new rule has dependencies DEPS and commands from COMMANDS.
469 identical rules with different commands if OVERRIDE is nonzero.
478 struct commands *commands, int override)
483 r->cmds = commands;