Re: automake 1.15 requirement
Thomas De Schampheleire <[email protected]> Mon, 26 Nov 2018 17:11:01 +0100
| Newsgroups | gmane.comp.gcc.cross-compiling |
|---|---|
| Message-ID | <CAAXf6LUOLU+hE8jkTqFjQLy6gLy=LFmf_UQ+oUJiVH8fgK9y-g@mail.gmail.com> |
El vie., 23 nov. 2018 a las 17:37, Alexey Neyman (<[email protected]>) escribió: > > 'make' shouldn't be re-running autoconf - unless the source files > (configure.ac, for example) are touched. If you didn't touch the files > between unpacking the tarball (created by create-release.sh) and running > `make`, this looks like a bug - please file an issue. > Thanks for your response. Further analysis showed that the tar file generated by create-release was correct. The problem was that I then copied files from the extracted archive using 'cp -R', causing the timestamps to be messed up. In particular, aclocal.m4 was older than its dependencies in m4/*. So, at crosstool-ng side there is no issue. Best regards, Thomas