* Makefile.in (check): Be more defensive when creating testsuite config.status.

This commit is contained in:
Christopher Faylor 2002-09-28 03:15:44 +00:00
parent 4c67ff152d
commit fc5dae1cca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-27 Christopher Faylor <cgf@redhat.com>
* Makefile.in (check): Be more defensive when creating testsuite
config.status.
2002-08-16 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Change COMPILE_C* definitions.

View File

@ -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; \