D | build-many-glibcs.py | 480 def component_srcdir(self, component): argument 482 return os.path.join(self.srcdir, component) 484 def component_builddir(self, action, config, component, subconfig=None): argument 489 return os.path.join(self.builddir, action, component) 491 return os.path.join(self.builddir, action, config, component) 494 return os.path.join(self.builddir, action, config, component, 783 def set_component_version(self, component, version, explicit, revision): argument 785 self.versions[component] = {'version': version, 853 def checkout_vcs(self, component, version, update): argument 856 if component == 'binutils': [all …]
|