Re: can gcc regenerate src/Makefile.in before the build?

2017-03-13 Thread Matthias Klose
On 11.03.2017 14:30, Nicolas Boulenguez wrote: >>> # cd src && autogen Makefile.def >>> This would drop two thousand lines of noise in >>> debian/patches/bootstrap-no-unneeded-libs.diff >>> debian/patches/gdc-libphobos-build].diff >>> plus a bit more in the Ada patches. > Actually, around 1600

Re: can gcc regenerate src/Makefile.in before the build?

2017-03-11 Thread Nicolas Boulenguez
> > # cd src && autogen Makefile.def > > This would drop two thousand lines of noise in > > debian/patches/bootstrap-no-unneeded-libs.diff > > debian/patches/gdc-libphobos-build].diff > > plus a bit more in the Ada patches. Actually, around 1600 with future libgnatvsn patches. > > - Gcc-7

Re: can gcc regenerate src/Makefile.in before the build?

2017-03-10 Thread Matthias Klose
On 09.03.2017 15:57, Nicolas Boulenguez wrote: > Hello. > > gcc-7 build process may recreate src/Makefile.in from src/Makefile.def > and src/Makefile.tpl with something like > # cd src && autogen Makefile.def > right after patch application. > > This would drop two thousand lines of noise in >

can gcc regenerate src/Makefile.in before the build?

2017-03-09 Thread Nicolas Boulenguez
Hello. gcc-7 build process may recreate src/Makefile.in from src/Makefile.def and src/Makefile.tpl with something like # cd src && autogen Makefile.def right after patch application. This would drop two thousand lines of noise in debian/patches/bootstrap-no-unneeded-libs.diff