Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dcompat.c243 bool doIt; /* Execute even if -n */ in Compat_RunCommand() local
259 doIt = false; in Compat_RunCommand()
306 doIt = true; in Compat_RunCommand()
323 if (!doIt && !GNode_ShouldExecute(gn)) in Compat_RunCommand()