Hello, On Tue, Jul 01, 2014 at 05:18:25PM +0900, Masaki Muranaka wrote: > Hello, > > After applied hash 43662968, gdb.1 and other man pages are not added > target triplet even if we configure with --target=. > > It causes conflicts on some distributions. > And uninstall rules requires $(transform) variable. > > I think this should be fixed by adding the target triplet. > > > >From e89f13505363c41b683a1b02125f1fea02aa486c Mon Sep 17 00:00:00 2001 > From: Masaki Muranaka > Date: Tue, 1 Jul 2014 17:08:15 +0900 > Subject: [PATCH] Add target triplet to man files. > > --- > gdb/doc/ChangeLog | 4 ++++ > gdb/doc/Makefile.in | 6 ++++-- > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog > index 7c1d1bb..10b1114 100644 > --- a/gdb/doc/ChangeLog > +++ b/gdb/doc/ChangeLog > @@ -1,3 +1,7 @@ > +2014-07-01 Masaki Muranaka > + > + * Makefile.in : Add target triplet to man files. > + I am sorry for the late review. In the future, please do not hesitate to ping us after a couple of weeks, and every week or so thereafter. The patch makes sense to me. Unfortunately, when I tried to test the patch, it did not apply. Attached is what I ended up pushing (I kept you as the author off the git commit). Please note also how I wrote the ChangeLog entry. We're expected to write the names of new variables and modified targets in them. gdb/doc/ChangeLog: * Makefile.in (transform): New variable. (install-man1, install-man5): Apply $(transform) to man file names. Tested by installing both native and cross debugger. -- Joel