зеркало из https://github.com/mozilla/gecko-dev.git
Bug 920730. Output the WebIDL .deps files in a consistent order. r=glandium
This commit is contained in:
Родитель
eff308009e
Коммит
df07b87d70
|
@ -36,7 +36,7 @@ def generate_binding_files(config, outputprefix, srcprefix, webidlfile,
|
|||
# too much. See the comment explaining $(binding_dependency_trackers) in
|
||||
# Makefile.in.
|
||||
rule = mk.create_rule([outputprefix])
|
||||
rule.add_dependencies(os.path.join(srcprefix, x) for x in root.deps())
|
||||
rule.add_dependencies(os.path.join(srcprefix, x) for x in sorted(root.deps()))
|
||||
rule.add_dependencies(iter_modules_in_path(topsrcdir))
|
||||
with open(depsname, 'w') as f:
|
||||
mk.dump(f)
|
||||
|
|
Загрузка…
Ссылка в новой задаче