This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 26a5aff2a Cygwin: FIFO: update_my_handlers: fix handle leak new 58ca21cf7 Cygwin: Add testsuite directory to autogen.sh new a7cb126b1 Cygwin: Always configure in testsuite subdirectory new 7b65f83c2 Cygwin: Add rule to testsuite Makefile to regenerate it when needed new 187281b71 Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir [...] new 551df57fa Cygwin: Move adding libltp to VPATH after Makefile.common new 20b5e6375 Cygwin: Define target_builddir autoconf and Makefile variables new e6248c2fd Cygiwn: Detect and use MinGW compilers for testsuite wrappers new fb967562b Cygwin: Use absolute path to libltp includes new 0c448d53e Cygwin: Check exit code of a test, rather than stdout new 9cdb79980 Cygwin: Set PATH for tests to pick up cygwin0.dll new f3ed5f2fe Cygwin: Ensure temporary directory used by tests exists
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/Makefile.in | 16 +- winsup/autogen.sh | 2 +- winsup/configure | 4 +- winsup/configure.ac | 2 +- winsup/testsuite/Makefile.in | 31 +- winsup/testsuite/aclocal.m4 | 831 ----------------------------- winsup/{cygserver => testsuite}/autogen.sh | 0 winsup/testsuite/configure | 249 +++++++++ winsup/testsuite/configure.ac | 9 + winsup/testsuite/cygrun.c | 5 +- winsup/testsuite/winsup.api/cygload.exp | 2 +- winsup/testsuite/winsup.api/winsup.exp | 24 +- 12 files changed, 307 insertions(+), 868 deletions(-) delete mode 100644 winsup/testsuite/aclocal.m4 copy winsup/{cygserver => testsuite}/autogen.sh (100%)