зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1264703 - Follow up: don't print unhandled BUILDSTATUS messages when running |./mach configure| r=gps
DONTBUILD MozReview-Commit-ID: BzUnpqreYSb
This commit is contained in:
Родитель
7bc7322566
Коммит
108befa0c5
|
@ -562,7 +562,8 @@ class Build(MachCommandBase):
|
|||
status = self._run_make(srcdir=True, filename='client.mk',
|
||||
target='configure', line_handler=on_line, log=False,
|
||||
print_directory=False, allow_parallel=False, ensure_exit_code=False,
|
||||
append_env={b'CONFIGURE_ARGS': options.encode('utf-8')})
|
||||
append_env={b'CONFIGURE_ARGS': options.encode('utf-8'),
|
||||
b'NO_BUILDSTATUS_MESSAGES': b'1',})
|
||||
|
||||
if not status:
|
||||
print('Configure complete!')
|
||||
|
|
Загрузка…
Ссылка в новой задаче