mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Flush some more buildlog output to screen when prudent.
This commit is contained in:
parent
58f6d1953c
commit
20acf1e808
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ class Clobberer(object):
|
|||
|
||||
if not self.clobber_needed():
|
||||
print('Clobber not needed.', file=fh)
|
||||
fh.flush()
|
||||
self.ensure_objdir_state()
|
||||
return False, False, None
|
||||
|
||||
|
|
@ -190,6 +191,7 @@ class Clobberer(object):
|
|||
'Cannot clobber while the shell is inside the object directory.')
|
||||
|
||||
print('Automatically clobbering %s' % self.topobjdir, file=fh)
|
||||
fh.flush()
|
||||
try:
|
||||
self.remove_objdir(False)
|
||||
self.ensure_objdir_state()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue