Home | History | Annotate | Download | only in distutils

Lines Matching defs:newer

11 def newer (source, target):
29 # newer ()
33 """Walk two filename lists in parallel, testing if each source is newer
35 targets) where source is newer than target, according to the semantics
36 of 'newer()'.
41 # build a pair of lists (sources, targets) where source is newer
45 if newer(sources[i], targets[i]):
56 listed in 'sources'. In other words, if 'target' exists and is newer
61 "newer", any missing source files make us assume that 'target' is
83 elif missing == 'newer': # missing source means target is