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 >

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 caused

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

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

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

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

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

2005-03-12 Thread Ryan Anderson
Sam, When running "make O=something deb-pkg", I get a failure that claims I haven't configured my kernel (I have). Running it a second time tells me to run "make mrproper" (include/linux/version.h got built on the first run) I did some preliminary poking around, but kbuild is still, well,

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

2005-03-12 Thread Ryan Anderson
Sam, When running make O=something deb-pkg, I get a failure that claims I haven't configured my kernel (I have). Running it a second time tells me to run make mrproper (include/linux/version.h got built on the first run) I did some preliminary poking around, but kbuild is still, well, mostly