Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e0d5010f
Commit
e0d5010f
authored
Dec 12, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add separate clean targets even in the non-recursive case.
parent
7a8d1838
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
aclocal.m4
aclocal.m4
+6
-2
configure
configure
+6
-2
No files found.
aclocal.m4
View file @
e0d5010f
...
...
@@ -315,7 +315,9 @@ $ac_dir/clean: $ac_dir/Makefile
\$(RM) $ac_dir/Makefile"
else
wine_fn_append_rule \
"clean::
"__clean__: $ac_dir/clean
.PHONY: $ac_dir/clean
$ac_dir/clean: dummy
\$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_dir/Makefile"
fi
}
...
...
@@ -325,7 +327,9 @@ wine_fn_disabled_rules ()
ac_clean=$[@]
wine_fn_append_rule \
"clean::
"__clean__: $ac_dir/clean
.PHONY: $ac_dir/clean
$ac_dir/clean: dummy
\$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_dir/Makefile"
}
...
...
configure
View file @
e0d5010f
...
...
@@ -16312,7 +16312,9 @@ $ac_dir/clean: $ac_dir/Makefile
\$
(RM)
$ac_dir
/Makefile"
else
wine_fn_append_rule
\
"clean::
"__clean__:
$ac_dir
/clean
.PHONY:
$ac_dir
/clean
$ac_dir
/clean: dummy
\$
(RM)
\$
(CLEAN_FILES:%=
$ac_dir
/%)
$ac_clean
$ac_dir
/Makefile"
fi
}
...
...
@@ -16322,7 +16324,9 @@ wine_fn_disabled_rules ()
ac_clean
=
$@
wine_fn_append_rule
\
"clean::
"__clean__:
$ac_dir
/clean
.PHONY:
$ac_dir
/clean
$ac_dir
/clean: dummy
\$
(RM)
\$
(CLEAN_FILES:%=
$ac_dir
/%)
$ac_clean
$ac_dir
/Makefile"
}
...
...
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