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:
authorChristopher Faylor <me@cgf.cx>2003-07-26 04:43:57 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-26 04:43:57 +0400
commitd9cbe316d5b2e99a8230f79d8fc501ebf77cdcc6 (patch)
treee72312c9020786670c479f4f6ded940acf6d4ed8 /winsup/Makefile.in
parent5ed664d4a6007fd76f50c3cf72918a80a138f6b9 (diff)
preliminary checkin
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index cead0750a..d780ab0c5 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -1,3 +1,7 @@
+2003-07-25 Christopher Faylor <cgf@redhat.com>
+
+ *
+
# Makefile.in for windows stuff
# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
#
@@ -68,6 +72,7 @@ info:
$(SUBDIRS):
@if cd $@ 2>/dev/null; then \
+ test "$@" = "mingw" && export DISTCC_HOSTS=localhost;\
$(MAKE) all || exit 1; \
fi || exit 0