On Oct 31 15:08, Jon Turney wrote: > For ease of reviewing, this patch series doesn't contain changes to > generated files which would be made by an autoreconf. > > Jon Turney (7): > Remove intro2man.stamp on clean > Drop AC_SUBST(build_exeext) > Remove autoconf variable DLL_NAME > Drop autoconf variable all_host > Remove Makefile contents conditional on PREPROCESS, which is never > defined > Remove rules for building libcygwin_s.a > Drop passing '-c' compiler flag into gentls_offsets > > winsup/cygserver/configure.ac | 11 ------ > winsup/cygwin/Makefile.in | 36 +++----------------- > winsup/cygwin/configure.ac | 14 -------- > winsup/cygwin/mkstatic | 63 ----------------------------------- > winsup/doc/Makefile.in | 5 +-- > winsup/doc/configure.ac | 2 -- > 6 files changed, 8 insertions(+), 123 deletions(-) > delete mode 100755 winsup/cygwin/mkstatic > > -- > 2.29.0
Looks good, I checked full build from scratch and partial build from inside the cygwin dir. Please push. Thanks, Corinna