Re: [PATCH] Allow `make O=<obj> {cscope,tags}` to work

From: Sam Ravnborg
Date: Thu Jul 22 2004 - 15:48:53 EST


On Mon, Jul 19, 2004 at 02:29:25PM -0400, George G. Davis wrote:
> On Mon, Jul 19, 2004 at 01:36:54PM -0400, George G. Davis wrote:
> > On Mon, Jul 19, 2004 at 09:24:30PM +0200, sam@xxxxxxxxxxxx wrote:
> > > On Mon, Jul 19, 2004 at 01:17:59PM -0400, George G. Davis wrote:
> >
> > <snip>
> >
> > > > endef
> > > >
> > > > -quiet_cmd_cscope-file = FILELST cscope.files
> > > > - cmd_cscope-file = $(all-sources) > cscope.files
> > > > +quiet_cmd_cscope-file = FILELST $(obj)/cscope.files
> > > > + cmd_cscope-file = $(all-sources) > $(obj)/cscope.files
> > > The $(obj) in this line should not be needed. Current directory
> > > defaults to $(obj) equals $(objtree) when executing make cscope.
> >
> > Yep, I got carried away there, Thanks. Should I resubmit a revised patch?
>
> Ok, after clutzing about with bk fix, etc., here's the revised patch:

Thanks. Added to my local kbuild tree.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/