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
8e9f7a30
Commit
8e9f7a30
authored
Mar 13, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Don't recurse for the testclean target.
parent
60f36406
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
Makefile.in
Makefile.in
+4
-7
No files found.
Makefile.in
View file @
8e9f7a30
...
...
@@ -148,15 +148,13 @@ $(ALL_TEST_DIRS:%=%/__test__): dummy
$(ALL_TEST_DIRS
:
%=%/__crosstest__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
crosstest
$(ALL_TEST_DIRS
:
%=%/__testclean__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
testclean
check test
::
$(ALL_TEST_DIRS:%=%/__test__)
crosstest
::
$(ALL_TEST_DIRS:%=%/__crosstest__)
testclean
::
$(ALL_TEST_DIRS:%=%/__testclean__)
.PHONY
:
check test testclean crosstest $(ALL_TEST_DIRS:%=%/__test__)
\
$(ALL_TEST_DIRS:%=%/__crosstest__) $(ALL_TEST_DIRS:%=%/__testclean__)
testclean
::
$(RM)
$
(
ALL_TEST_DIRS:%
=
%/
*
.ok
)
.PHONY
:
check test testclean crosstest $(ALL_TEST_DIRS:%=%/__test__) $(ALL_TEST_DIRS:%=%/__crosstest__)
# Rules for auto documentation
...
...
@@ -230,7 +228,6 @@ RECURSE_TARGETS = \
__instal-dev__
\
__install-lib__
\
__uninstall__
\
__testclean__
\
__crosstest__
$(MAKEDEP)
:
include/config.h tools/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