Re: [KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-04-03 Thread Sam Ravnborg
On Sat, Mar 19, 2005 at 07:28:00PM -0500, Ryan Anderson wrote: > On Mon, Mar 14, 2005 at 11:59:26AM -0800, Ajay Patel wrote: > > I had a similar problem building binrpm-pkg. > > Try following patch. It worked for me. > > My problem wasn't actually resolved by this - the make in builddeb still > ca

Re: [KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-19 Thread Ryan Anderson
On Mon, Mar 14, 2005 at 11:59:26AM -0800, Ajay Patel wrote: > I had a similar problem building binrpm-pkg. > Try following patch. It worked for me. My problem wasn't actually resolved by this - the make in builddeb still caused issues. So, a normal, unified diff form of the patch, fixed up, is at

Re: [KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-14 Thread Ajay Patel
Sam, I had a similar problem building binrpm-pkg. Try following patch. It worked for me. Thanks Ajay Index: Makefile === RCS file: ./scripts/package/Makefile,v retrieving revision 1.2 diff -d -c -5 -p -r1.2 Makefile *** Makefile