0
0
mirror of https://gitlab.winehq.org/wine/wine-staging.git synced 2025-01-28 22:04:43 -08:00

patchupdate.py: Generate #ifdef patches in alphabetical order.

This commit is contained in:
Sebastian Lackner 2016-01-06 21:38:47 +01:00
parent 67c348107c
commit 0a5887e483
2 changed files with 4998 additions and 4998 deletions
patches/wined3d-CSMT_Main
staging

File diff suppressed because it is too large Load Diff

@ -479,7 +479,7 @@ def generate_ifdefined(all_patches, skip_checks=False):
fp.write("\n")
depends = resolve_dependencies(enabled_patches, i)
for f in patch.modified_files:
for f in sorted(patch.modified_files):
# Reconstruct the state after applying the dependencies
original = get_wine_file(f)