Home | History | Annotate | Download | only in distutils

Lines Matching full:outfile

354     def copy_file(self, infile, outfile,
361 infile, outfile,
367 def copy_tree(self, infile, outfile,
374 infile, outfile,
394 def make_file(self, infiles, outfile, func, args,
399 message printed if 'outfile' already exists and is newer than all
405 skip_msg = "skipping %s (inputs unchanged)" % outfile
416 (outfile, ', '.join(infiles))
418 # If 'outfile' must be regenerated (either because it doesn't
421 if self.force or dep_util.newer_group(infiles, outfile):