Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: linuxtv-dvb-apps kill cvsroot usage



Guido Draheim wrote:
> 
> >>-CVSROOT := $(shell cat CVS/Root)
> >>+CVSROOT := # $(shell cat CVS/Root)
> >
> >Is that error rpm specific?
> 
> May be - I did just check it on the source tree and there is no problem.
> So perhaps this is really rpm specific and I just use it in the .spec,
> please dont use the patch, probably it breaks the make release target.

We could do:
CVSROOT := $(shell test -r CVS/Root && cat CVS/Root)

OK?

Johannes


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index