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 1/3 v4] Introduce common/errors.h


On Thu, Jul 24, 2014 at 10:45 AM, Doug Evans <dje@google.com> wrote:
> Gary Benson writes:
>  > This introduces common/errors.h.  This holds some error- and
>  > warning-related declarations that can be used by the code in common.
>  > Clients of the "common" code must provide definitions for these
>  > functions.
> [...]
>  > @@ -2144,6 +2144,10 @@ rsp-low.o: ${srcdir}/common/rsp-low.c
>  >      $(COMPILE) $(srcdir)/common/rsp-low.c
>  >      $(POSTCOMPILE)
>  >
>  > +errors.o: ${srcdir}/common/errors.c
>
> Nit: $(srcdir)

Holy cow, I see gdb/Makefile.in is rather inconsistent here.
Ok, no point in cleaning this up here.
One can even argue to leave it as ${srcdir}.  Fine by me.


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