зеркало из https://github.com/mozilla/gecko-dev.git
Fixup for bug 948275 fixing windows bustage and avoiding a forced clobber. r=gps
This commit is contained in:
Родитель
e407ed515a
Коммит
d520559533
|
@ -135,8 +135,8 @@ class BuildBackend(LoggingMixin):
|
||||||
'backend.%s' % self.__class__.__name__)
|
'backend.%s' % self.__class__.__name__)
|
||||||
self._backend_output_list = set()
|
self._backend_output_list = set()
|
||||||
if os.path.exists(self._backend_output_list_file):
|
if os.path.exists(self._backend_output_list_file):
|
||||||
self._backend_output_list.update(open(self._backend_output_list_file) \
|
l = open(self._backend_output_list_file).read().split('\n')
|
||||||
.read().split('\n'))
|
self._backend_output_list.update(mozpath.normsep(p) for p in l)
|
||||||
|
|
||||||
# Pull in all loaded Python as dependencies so any Python changes that
|
# Pull in all loaded Python as dependencies so any Python changes that
|
||||||
# could influence our output result in a rescan.
|
# could influence our output result in a rescan.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче