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
Added patch to avoid generating Makefiles for disabled rules.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From 6356a5fdb13f638ed0f2072fd12dfc6ca0e66935 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Sun, 6 Mar 2016 06:17:31 +0100
|
||||
Subject: makefiles: Do not generate Makefile for disabled rules.
|
||||
|
||||
---
|
||||
aclocal.m4 | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/aclocal.m4 b/aclocal.m4
|
||||
index 00eeb98..36c123b 100644
|
||||
--- a/aclocal.m4
|
||||
+++ b/aclocal.m4
|
||||
@@ -284,7 +284,6 @@ wine_fn_disabled_rules ()
|
||||
{
|
||||
ac_clean=$[@]
|
||||
|
||||
- wine_fn_append_file SUBDIRS $ac_dir
|
||||
wine_fn_append_file DISABLED_SUBDIRS $ac_dir
|
||||
wine_fn_append_rule \
|
||||
"__clean__: $ac_dir/clean
|
||||
--
|
||||
2.7.1
|
||||
|
||||
1
patches/makefiles-Disabled_Rules/definition
Normal file
1
patches/makefiles-Disabled_Rules/definition
Normal file
@@ -0,0 +1 @@
|
||||
Fixes: [40253] Avoid generating Makefiles for disabled rules
|
||||
Reference in New Issue
Block a user