Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/mk/
H A Dmeta2deps.py103 print("looking for:", p, end=' ', file=debug_out)
106 print("nope", file=debug_out)
110 print("found:", p, file=debug_out)
140 rpath = resolve(path, cwd, last_dir, debug, debug_out)
241 self.debug_out = conf.get('debug_out', sys.stderr)
509 print("cwd=", cwd, file=self.debug_out)
596 print("seen:", dir, file=self.debug_out)
773 debug_out = conf.get('debug_out', sys.stderr)
776 print("config:", file=debug_out)
777 print("psyco=", have_psyco, file=debug_out)
[all …]