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>2012-11-23 18:52:07 +0400
committerChristopher Faylor <me@cgf.cx>2012-11-23 18:52:07 +0400
commit2e488e95431d3a769928b197b590386b1f7e4bda (patch)
treeba91812c343087f56dca9f52ba4507d939c47023 /winsup/testsuite
parent102bf65058a36dba83433bd4db1bf8273c843b3f (diff)
cygwin/ChangeLog:
2012-11-23 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Use explicit path to mkdir. lsaauth/ChangeLog: 2012-11-23 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Use /bin/mkdir to make directories. testsuite/ChangeLog: 2012-11-23 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Remove old Makefile.common'isms. Don't rely on in-build tools.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/ChangeLog5
-rw-r--r--winsup/testsuite/Makefile.in10
2 files changed, 7 insertions, 8 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 4d934a437..c9c67636d 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-23 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * Makefile.in: Remove old Makefile.common'isms. Don't rely on
+ in-build tools.
+
2012-04-24 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* configure: Regenerate.
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index f47ddcb55..04ff99bc0 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -1,5 +1,5 @@
# Makefile.in for Cygwin's testsuite.
-# Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2009 Red Hat, Inc.
+# Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2009, 2012 Red Hat, Inc.
#
# This file is part of Cygwin.
#
@@ -161,13 +161,7 @@ testsuite/site.exp: site.exp
# Note: we set the PATH so that we can pick up cygwin0.dll
check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp
- cd testsuite; \
- export EXPECT=expect ; \
- if [ -f $(bupdir2)/expect/expect ] ; then \
- TCL_LIBRARY=`cd .. ; cd ${srcdir}/../../tcl/library ; pwd` ; \
- export TCL_LIBRARY ; fi ; \
- PATH=$(bupdir)/cygwin:$${PATH} ;\
- runtest --tool winsup $(RUNTESTFLAGS) ;\
+ cd testsuite; runtest --tool winsup $(RUNTESTFLAGS)
cygrun.o: cygrun.c
${MINGW_FE} $(CC) $(MINGW_CFLAGS) -o $@ -c $<