On 11/20/20 4:26 PM, Martin Liška wrote:
On 11/20/20 2:42 PM, H.J. Lu wrote:
Should contrib/gcc_update handle it?

I don't know how publicly known is the script?
I personally do not used it.

Martin

... or we can add a hint:

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 778ec09c75d..f079930dade 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2580,6 +2580,7 @@ s-tm-texi: build/genhooks$(build_exeext) 
$(srcdir)/doc/tm.texi.in
          ); then \
          echo >&2 ; \
          echo You should edit $(srcdir)/doc/tm.texi.in rather than 
$(srcdir)/doc/tm.texi . >&2 ; \
+         echo "(or you may need to touch $(srcdir)/doc/tm.texi.in if $(srcdir)/doc/tm.texi 
is not modified)" >&2 ; \
          false; \
        else \
          echo >&2 ; \

Thoughs?
Martin

Reply via email to