patchupdate.py: Fix issue in patch dependency detection (ntdll-Junction_Points depend on ntdll-Fix_Free to apply properly).

This commit is contained in:
Sebastian Lackner
2014-08-28 03:52:50 +02:00
parent 15a19d27fc
commit f4e3d72fc1
3 changed files with 13 additions and 5 deletions

View File

@@ -572,7 +572,7 @@ ntdll-Heap_FreeLists.ok:
# | * dlls/kernel32/path.c, dlls/kernel32/volume.c, dlls/ntdll/file.c, dlls/ntdll/tests/file.c, include/ntifs.h
# |
.INTERMEDIATE: ntdll-Junction_Points.ok
ntdll-Junction_Points.ok:
ntdll-Junction_Points.ok: ntdll-Fix_Free.ok
$(call APPLY_FILE,ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch)
$(call APPLY_FILE,ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-junction-points.patch)
$(call APPLY_FILE,ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-junction-points.patch)

View File

@@ -1,4 +1,5 @@
Author: Erich E. Hoover
Subject: Support for junction points/reparse points.
Revision: 1
Depends: ntdll-Fix_Free
Fixes: [12401] Support for Junction Points