Home | History | Annotate | Download | only in distutils

Lines Matching defs:newer

13 def newer(source, target):
14 """Tells if the target is newer than the source.
34 """Walk two filename lists in parallel, testing if each source is newer
36 targets) where source is newer than target, according to the semantics
37 of 'newer()'.
42 # build a pair of lists (sources, targets) where source is newer
46 if newer(source, target):
56 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