Home
last modified time | relevance | path

Searched refs:nologs (Results 1 – 1 of 1) sorted by relevance

/qemu/roms/
H A Dedk2-build.py116 def build_run(cmdline, name, section, silent = False, nologs = False): argument
119 if nologs:
127 if not nologs:
179 def build_one(cfg, build, jobs = None, silent = False, nologs = False): argument
220 nologs)
236 def build_basetools(silent = False, nologs = False): argument
240 build_run(cmdline, 'BaseTools', 'build.basetools', silent, nologs)
409 build_basetools(options.silent, options.nologs)
429 build_one(cfg, build, options.jobs, options.silent, options.nologs)