Lines Matching refs:Output
47 output, _ := ex.ctx.vpaths.exists(n.Output)
49 glog.V(1).Infof("MakeJob: %s for %s", output, neededBy.n.Output)
51 n.Output = output
57 j, present := ex.done[output]
62 fmt.Printf("Circular %s <- %s dependency dropped.\n", neededBy.n.Output, n.Output)
68 glog.Infof("%s already done: %d", j.n.Output, j.outputTs)
86 ex.done[output] = nil
95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok {
101 glog.V(1).Infof("new: %s (%d)", j.n.Output, j.numDeps)
104 ex.trace = append(ex.trace, d.Output)
112 ex.done[output] = j
180 m[n.Output] = n
199 fmt.Printf("kati: Nothing to be done for `%s'.\n", root.Output)