Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-11-07 20:32:08 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-11-07 20:32:08 +0400
commit5b31f27f6def8848c4ec934c63b7ecb19031a915 (patch)
tree93e158ba48a6d5267e1f303ddac979f5a812fc96 /winsup/Makefile.in
parent4d586ac09efc23fd8359496c3017de6a7a4d5c67 (diff)
winsup:
* Makefile.common (zlib_source): Remove. (zlib_build): Remove. (bz2lib_source): Remove. (bz2lib_build): Remove. (w32api_source): Remove. (w32api_build): Remove. (w32api_lib): Remove. (mingw_build): Remove. (mingw_source): Remove. ($(w32api_lib)/%.a): Remove rule. * Makefile.in (ZLIB): Remove. ($(SUBDIRS)): Drop mingw check. (mingw): Remove rule. (install_mingw): Ditto. * configure.in: Remove support for mingw as build target. * configure: Regenerate. utils: * Makefile.in ($(MINGW_BINS)): Drop -B$(mingw_build)/ from build expression.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index e339055cb..218d5b071 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -45,7 +45,6 @@ INSTALL_DATA:=@INSTALL_DATA@
SUBDIRS=@subdirs@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
-ZLIB=${findstring zlib,$(SUBDIRS)}
INSTALL_LICENSE:=@INSTALL_LICENSE@
@@ -82,7 +81,6 @@ info:
$(SUBDIRS):
@if cd $@ 2>/dev/null; then \
- test "$@" = "mingw" && export DISTCC_HOSTS=localhost;\
$(MAKE) all || exit 1; \
fi || exit 0
@@ -123,16 +121,12 @@ check: cygwin
utils: cygwin
-mingw: w32api
-
cygwin:
cygserver: cygwin
install_utils: cygwin
-install_mingw: w32api
-
install_cygwin:
install_cygserver: cygwin