Home
last modified time | relevance | path

Searched refs:errCheck (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dcmd_exec.c83 run_command(const char *cmd, bool errCheck) in run_command() argument
91 shargv[1] = errCheck ? "-ec" : "-c"; in run_command()
H A Dengine.c618 bool errCheck; /* Check errors */ in do_run_command() local
623 errCheck = !Targ_Ignore(job->node); in do_run_command()
642 errCheck = false; in do_run_command()
683 run_command(cmd, errCheck); in do_run_command()
689 if (errCheck) in do_run_command()