Searched refs:topdir (Results 1 – 1 of 1) sorted by relevance
/scripts/ |
A D | build-many-glibcs.py | 89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument 92 self.topdir = topdir 99 self.srcdir = os.path.join(topdir, 'src') 101 self.build_state_json = os.path.join(topdir, 'build-state.json') 102 self.bot_config_json = os.path.join(topdir, 'bot-config.json') 103 self.installdir = os.path.join(topdir, 'install') 106 self.builddir = os.path.join(topdir, 'build') 107 self.logsdir = os.path.join(topdir, 'logs') 108 self.logsdir_old = os.path.join(topdir, 'logs-old') 1217 cmd.extend([self.topdir, action]) [all …]
|
Completed in 6 milliseconds