Searched refs:add_command (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 713 cmdlist.add_command('done', ['touch', os.path.join(installdir, 'ok')]) 728 cmdlist.add_command('configure', cfg_cmd) 729 cmdlist.add_command('build', ['make']) 730 cmdlist.add_command('check', ['make', 'check']) 731 cmdlist.add_command('install', ['make', 'install']) 1299 cmdlist.add_command('install-headers', 1358 cmdlist.add_command('check-host-libraries', 1383 cmdlist.add_command('done', ['touch', 1402 cmdlist.add_command('configure', cfg_cmd) 1403 cmdlist.add_command('build', ['make']) [all …]
|