public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* broken check: You should edit tm.texi.in rather than tm.texi
@ 2020-11-20 13:23 Martin Liška
  2020-11-20 13:42 ` H.J. Lu
  2020-11-23 19:06 ` Martin Sebor
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Liška @ 2020-11-20 13:23 UTC (permalink / raw)
  To: GCC Development

Hello.

I hit the following issue:
/bin/sh /home/marxin/Programming/gcc/gcc/../move-if-change tmp-tm.texi tm.texi
You should edit /home/marxin/Programming/gcc/gcc/doc/tm.texi.in rather than /home/marxin/Programming/gcc/gcc/doc/tm.texi .

Steps to reproduce:
1) modify target.def
2) you will see:

Verify that you have permission to grant a GFDL license for all
new text in /dev/shm/objdir/gcc/tm.texi, then copy it to /home/marxin/Programming/gcc/gcc/doc/tm.texi.

I copy and commit the changes.

3) I made another modification to target.def

Now I face the issue as
	elif test $(srcdir)/doc/tm.texi -nt $(srcdir)/doc/tm.texi.in \
	  && ( test $(srcdir)/doc/tm.texi -nt $(srcdir)/target.def \

So tm.texi.in is older that tm.texi, but it's fine as both tm.texi.in
and tm.texi are not modified.

Ideas how to improve the error message? It took me some time to realize
that 'touch tm.texi.in' is what I need.

Martin

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-11-23 21:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 13:23 broken check: You should edit tm.texi.in rather than tm.texi Martin Liška
2020-11-20 13:42 ` H.J. Lu
2020-11-20 15:26   ` Martin Liška
2020-11-20 15:30     ` Martin Liška
2020-11-20 15:34     ` H.J. Lu
2020-11-23 19:06 ` Martin Sebor
2020-11-23 19:45   ` Joseph Myers
2020-11-23 20:13     ` Martin Sebor
2020-11-23 20:25       ` Joseph Myers
2020-11-23 21:04         ` Martin Sebor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).