This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] New C++ abstraction patch


Daniel Berlin wrote:
> 
> Michael Elizabeth Chastain <chastain@cygnus.com> writes:
> 
> > Hi Daniel,
> >
> > I have some comments on your patch.
> >
> > Michael
> >
> > ===
> >
> > + gnu-v3-abi.o: gnu-v3-abi.c cp-abi.h
> > +
> > + gnu-v2-abi.o: gnu-v2-abi.c cp-abi.h
> > +

FYI,

The convention (and yes it is gross) is:

	cp-abi_h = cp-abi.h
	....
	gnu-v3-abi.o: $(defs_h) $(cp-abi_h) ...

(I think ``cp-abi_h'' is a valid Makefile macro).  When things get
converted to automake this will all go away.

	Andrew


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