This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb: Support install-strip target


>>>>> "Roland" == Roland McGrath <mcgrathr@google.com> writes:

Roland> This makes gdb support the install-strip target, which all the other
Roland> binutils subdirs that are automake-driven already support.  I just
Roland> copied the automake-generated logic.

Roland> OK for trunk and 7.7 branch?

My only question is what happens when install -s is run on 'gcore',
which is a shell script; I don't remember if install is smart about this
or not.  I think automake defines a separate INSTALL_SCRIPT to handle
this.

If that works ok, this patch is fine.
Otherwise a bit more is needed.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]