* Makefile.in (check): Be more defensive when creating testsuite config.status.
This commit is contained in:
parent
4c67ff152d
commit
fc5dae1cca
|
@ -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>
|
2002-08-16 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.in: Change COMPILE_C* definitions.
|
* Makefile.in: Change COMPILE_C* definitions.
|
||||||
|
|
|
@ -95,7 +95,7 @@ check: cygwin
|
||||||
else \
|
else \
|
||||||
(mkdir testsuite 2>/dev/null || exit 0); \
|
(mkdir testsuite 2>/dev/null || exit 0); \
|
||||||
cd testsuite; \
|
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; \
|
chmod a+x config.status; \
|
||||||
sh ./config.status --recheck; \
|
sh ./config.status --recheck; \
|
||||||
sh ./config.status; \
|
sh ./config.status; \
|
||||||
|
|
Loading…
Reference in New Issue