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
a070f9b0
Commit
a070f9b0
authored
Jul 26, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Only output the disabled crosstest rule once.
parent
20f51c29
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
9 deletions
+15
-9
aclocal.m4
aclocal.m4
+8
-5
configure
configure
+7
-4
No files found.
aclocal.m4
View file @
a070f9b0
...
@@ -357,10 +357,6 @@ testclean::
...
@@ -357,10 +357,6 @@ testclean::
.PHONY: $ac_dir/__crosstest__
.PHONY: $ac_dir/__crosstest__
$ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
$ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE) crosstest"
@cd $ac_dir && \$(MAKE) crosstest"
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"crosstest:
@echo \"crosstest is not supported (mingw not installed?)\" && false"
fi])
fi])
}
}
...
@@ -416,7 +412,14 @@ wine_fn_config_symlink ()
...
@@ -416,7 +412,14 @@ wine_fn_config_symlink ()
@./config.status $ac_link
@./config.status $ac_link
distclean::
distclean::
\$(RM) $ac_link"
\$(RM) $ac_link"
}])
}
if test "x$CROSSTEST_DISABLE" != x
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"crosstest:
@echo \"crosstest is not supported (mingw not installed?)\" && false"
fi])
dnl **** Define helper function to append a file to a makefile file list ****
dnl **** Define helper function to append a file to a makefile file list ****
dnl
dnl
...
...
configure
View file @
a070f9b0
...
@@ -14234,10 +14234,6 @@ testclean::
...
@@ -14234,10 +14234,6 @@ testclean::
.PHONY:
$ac_dir
/__crosstest__
.PHONY:
$ac_dir
/__crosstest__
$ac_dir
/__crosstest__:
$ac_dir
/Makefile __builddeps__ dummy
$ac_dir
/__crosstest__:
$ac_dir
/Makefile __builddeps__ dummy
@cd
$ac_dir
&&
\$
(MAKE) crosstest"
@cd
$ac_dir
&&
\$
(MAKE) crosstest"
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"crosstest:
@echo
\"
crosstest is not supported (mingw not installed?)
\"
&& false"
fi
fi
fi
fi
}
}
...
@@ -14297,6 +14293,13 @@ wine_fn_config_symlink ()
...
@@ -14297,6 +14293,13 @@ wine_fn_config_symlink ()
distclean::
distclean::
\$
(RM)
$ac_link
"
\$
(RM)
$ac_link
"
}
}
if
test
"x
$CROSSTEST_DISABLE
"
!=
x
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"crosstest:
@echo
\"
crosstest is not supported (mingw not installed?)
\"
&& false"
fi
ac_config_links
=
"
$ac_config_links
dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
ac_config_links
=
"
$ac_config_links
dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
test
"
$srcdir
"
=
"."
||
wine_fn_config_symlink dlls/wineps.drv/generic.ppd
test
"
$srcdir
"
=
"."
||
wine_fn_config_symlink dlls/wineps.drv/generic.ppd
if
test
"x
$enable_fonts
"
!=
xno
;
then
if
test
"x
$enable_fonts
"
!=
xno
;
then
...
...
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