You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Add .NOTPARALLEL to generated Makefile.
We don't want to add unnatural dependencies for patches, if for example both patch A and B modify the same file, but the order of applying the patches doesn't matter. Adding a dependency would cause trouble when excluding patches.
This commit is contained in:
@@ -34,6 +34,8 @@ install: $(PATCHLIST)
|
||||
abort:
|
||||
rm -f *.ok
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
# Patchset 00-Commandline
|
||||
# |
|
||||
# | Included patches:
|
||||
|
Reference in New Issue
Block a user