Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3042f720
Commit
3042f720
authored
Nov 13, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Generate makefiles and po rules also for disabled modules.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d4645291
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
aclocal.m4
aclocal.m4
+4
-5
configure
configure
+4
-5
No files found.
aclocal.m4
View file @
3042f720
...
...
@@ -341,11 +341,9 @@ wine_fn_disabled_rules ()
ac_extraclean="$ac_dir/Makefile"
test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
wine_fn_append_rule \
"__clean__: $ac_dir/clean
.PHONY: $ac_dir/clean
$ac_dir/clean: dummy
\$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
wine_fn_depend_rules
wine_fn_clean_rules $ac_clean
wine_fn_pot_rules
}
wine_fn_config_makefile ()
...
...
@@ -414,6 +412,7 @@ wine_fn_config_dll ()
then
wine_fn_depend_rules
wine_fn_clean_rules $ac_clean
wine_fn_pot_rules
else
wine_fn_disabled_rules $ac_clean
return
...
...
configure
View file @
3042f720
...
...
@@ -7523,11 +7523,9 @@ wine_fn_disabled_rules ()
ac_extraclean
=
"
$ac_dir
/Makefile"
test
"
$srcdir
"
=
.
&&
ac_extraclean
=
"
$ac_extraclean
$ac_dir
/.gitignore"
wine_fn_append_rule
\
"__clean__:
$ac_dir
/clean
.PHONY:
$ac_dir
/clean
$ac_dir
/clean: dummy
\$
(RM)
\$
(CLEAN_FILES:%=
$ac_dir
/%)
$ac_clean
$ac_extraclean
"
wine_fn_depend_rules
wine_fn_clean_rules
$ac_clean
wine_fn_pot_rules
}
wine_fn_config_makefile
()
...
...
@@ -7605,6 +7603,7 @@ fi
then
wine_fn_depend_rules
wine_fn_clean_rules
$ac_clean
wine_fn_pot_rules
else
wine_fn_disabled_rules
$ac_clean
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment