Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c242 bool doIt; /* Execute even if -n */ in Compat_RunCommand() local
258 doIt = false; in Compat_RunCommand()
305 doIt = true; in Compat_RunCommand()
324 if (!doIt && !GNode_ShouldExecute(gn)) in Compat_RunCommand()