Home
last modified time | relevance | path

Searched refs:ignoreErrors (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/bmake/
H A Dcompat.c589 if (opts.ignoreErrors) in MakeUnmade()
H A Dmake.h727 bool ignoreErrors; member
H A Dmain.c514 opts.ignoreErrors = true; in MainParseArg()
1116 opts.ignoreErrors = false; /* Pay attention to non-zero returns */ in CmdOpts_Init()
H A Djob.c1680 job->ignerr = opts.ignoreErrors || gn->type & OP_IGNORE; in JobStart()
2612 opts.ignoreErrors = false; in JobInterrupt()
H A Dparse.c1263 opts.ignoreErrors = true; in HandleDependencySourcesEmpty()