This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 5eb232ede format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect new a26779fae Cygwin: drop all generated autotools files new 0bf0cf48f Cygwin: specify toollibdir toolincludedir in terms of tooldir new 84ffbfeb1 Cygwin: automake: fix warning in terms of the `ps' target new cf25b5590 Cygwin: automake: change @INCLUDES@ to @AM_CPPFLAGS@ to avoid [...]
The 4 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: .gitignore | 5 + winsup/Makefile.am.common | 6 +- winsup/Makefile.in | 637 ---- winsup/acinclude.m4 | 8 +- winsup/aclocal.m4 | 1051 ------ winsup/configure | 6931 ----------------------------------- winsup/cygserver/Makefile.in | 1241 ------- winsup/cygwin/Makefile.am | 4 +- winsup/cygwin/Makefile.in | 2396 ------------ winsup/doc/Makefile.in | 754 ---- winsup/testsuite/Makefile.in | 1010 ----- winsup/testsuite/cygrun/Makefile.am | 2 +- winsup/testsuite/cygrun/Makefile.in | 539 --- winsup/utils/Makefile.am | 11 +- winsup/utils/Makefile.in | 1008 ----- winsup/utils/mingw/Makefile.am | 2 +- winsup/utils/mingw/Makefile.in | 804 ---- 17 files changed, 24 insertions(+), 16385 deletions(-) delete mode 100644 winsup/Makefile.in delete mode 100644 winsup/aclocal.m4 delete mode 100755 winsup/configure delete mode 100644 winsup/cygserver/Makefile.in delete mode 100644 winsup/cygwin/Makefile.in delete mode 100644 winsup/doc/Makefile.in delete mode 100644 winsup/testsuite/Makefile.in delete mode 100644 winsup/testsuite/cygrun/Makefile.in delete mode 100644 winsup/utils/Makefile.in delete mode 100644 winsup/utils/mingw/Makefile.in