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>2002-09-28 07:15:44 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-28 07:15:44 +0400
commitfc5dae1ccab502bdb35a7581a4db8a95cf311c8a (patch)
tree89af213b1977c82f60405a2cc677cedd5c86ae1e /winsup/Makefile.in
parent4c67ff152d3530e68b4649570df119b8d7eb4395 (diff)
* Makefile.in (check): Be more defensive when creating testsuite config.status.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 54171e475..dc7d0521b 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -95,7 +95,7 @@ check: cygwin
else \
(mkdir testsuite 2>/dev/null || exit 0); \
cd testsuite; \
- sed -n -e '1,/^done/{' -e 's%/cygwin%/testsuite%g; ' -e 'p; }' ../cygwin/config.status > config.status; \
+ sed -n -e '1,/^done/{' -e 's%winsup/cygwin\([ /]\)%winsup/testsuite\1%g; ' -e 'p; }' ../cygwin/config.status > config.status; \
chmod a+x config.status; \
sh ./config.status --recheck; \
sh ./config.status; \