diff options
author | Thomas Preud'homme <thomas.preudhomme@linaro.org> | 2018-08-10 08:48:34 +0000 |
---|---|---|
committer | Thomas Preud'homme <thopre01@gcc.gnu.org> | 2018-08-10 08:48:34 +0000 |
commit | d568f0b6dbee4079cf19412330a0bbb959d530cf (patch) | |
tree | ce398c19efa410ef8aaca94ce110af1b735bd8ab /gcc/Makefile.in | |
parent | ee6ad3e788868f98fb8cae418231e86f5ace1c0a (diff) | |
download | gcc-d568f0b6dbee4079cf19412330a0bbb959d530cf.zip gcc-d568f0b6dbee4079cf19412330a0bbb959d530cf.tar.gz gcc-d568f0b6dbee4079cf19412330a0bbb959d530cf.tar.bz2 |
Clarify source of tm.texi to copy for GFDL grant
When tm.texi.in is updated in the source tree, the following message
gets displayed:
Verify that you have permission to grant a GFDL license for all
new text in tm.texi, then copy it to <gcc src dir>/gcc/doc/tm.texi.
Having been myself and some colleagues confused several time by that
message as to what tm.texi to copy, I think it would be clearer to
indicate the absolute path for the source as well. This patch achieves
that.
2018-08-10 Thomas Preud'homme <thomas.preudhomme@linaro.org>
gcc/
* Makefile.in: Clarify which tm.texi to copy over to assert the
right to grant a GFDL license for all.
From-SVN: r263464
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e7d818d..d8d2b88 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2504,7 +2504,7 @@ s-tm-texi: build/genhooks$(build_exeext) $(srcdir)/doc/tm.texi.in else \ echo >&2 ; \ echo Verify that you have permission to grant a GFDL license for all >&2 ; \ - echo new text in tm.texi, then copy it to $(srcdir)/doc/tm.texi. >&2 ; \ + echo new text in $(objdir)/tm.texi, then copy it to $(srcdir)/doc/tm.texi. >&2 ; \ false; \ fi |