Re: kbuild: possible regression?

2007-12-11 Thread Sam Ravnborg
On Mon, Dec 10, 2007 at 10:16:43AM +0100, Jan Altenberg wrote: > Hi Sam, > > sorry for the delayed feedback. Still suffering a bad stomach flu... > > > Please test and report back. > > Thanks - Your Patch seems to fix things for me! Thanks Jan, hope you recover soon. Sam -- To

Re: kbuild: possible regression?

2007-12-11 Thread Sam Ravnborg
On Mon, Dec 10, 2007 at 10:16:43AM +0100, Jan Altenberg wrote: Hi Sam, sorry for the delayed feedback. Still suffering a bad stomach flu... Please test and report back. Thanks - Your Patch seems to fix things for me! Thanks Jan, hope you recover soon. Sam -- To unsubscribe

Re: kbuild: possible regression?

2007-12-10 Thread Jan Altenberg
Hi Sam, sorry for the delayed feedback. Still suffering a bad stomach flu... > Please test and report back. Thanks - Your Patch seems to fix things for me! Cheers, Jan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: kbuild: possible regression?

2007-12-10 Thread Jan Altenberg
Hi Sam, sorry for the delayed feedback. Still suffering a bad stomach flu... Please test and report back. Thanks - Your Patch seems to fix things for me! Cheers, Jan -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: kbuild: possible regression?

2007-12-06 Thread Sam Ravnborg
On Thu, Nov 08, 2007 at 08:45:01PM +0100, Jan Altenberg wrote: > Hi Sam, > > > > commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 > > > Author: Milton Miller <[EMAIL PROTECTED]> > > > Date: Fri Sep 21 18:09:02 2007 -0500 > > > > > > kbuild: call make once for all targets when O=.. is used >

Re: kbuild: possible regression?

2007-12-06 Thread Sam Ravnborg
On Thu, Nov 08, 2007 at 08:45:01PM +0100, Jan Altenberg wrote: Hi Sam, commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 Author: Milton Miller [EMAIL PROTECTED] Date: Fri Sep 21 18:09:02 2007 -0500 kbuild: call make once for all targets when O=.. is used

Re: kbuild: possible regression?

2007-11-08 Thread Sam Ravnborg
On Thu, Nov 08, 2007 at 08:45:01PM +0100, Jan Altenberg wrote: > Hi Sam, > > > > commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 > > > Author: Milton Miller <[EMAIL PROTECTED]> > > > Date: Fri Sep 21 18:09:02 2007 -0500 > > > > > > kbuild: call make once for all targets when O=.. is used >

Re: kbuild: possible regression?

2007-11-08 Thread Jan Altenberg
Hi Sam, > > commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 > > Author: Milton Miller <[EMAIL PROTECTED]> > > Date: Fri Sep 21 18:09:02 2007 -0500 > > > > kbuild: call make once for all targets when O=.. is used > > > > Change the invocations of make in the output directory

Re: kbuild: possible regression?

2007-11-08 Thread Jan Altenberg
Hi Sam, commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 Author: Milton Miller [EMAIL PROTECTED] Date: Fri Sep 21 18:09:02 2007 -0500 kbuild: call make once for all targets when O=.. is used Change the invocations of make in the output directory Makefile and the

Re: kbuild: possible regression?

2007-11-08 Thread Sam Ravnborg
On Thu, Nov 08, 2007 at 08:45:01PM +0100, Jan Altenberg wrote: Hi Sam, commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 Author: Milton Miller [EMAIL PROTECTED] Date: Fri Sep 21 18:09:02 2007 -0500 kbuild: call make once for all targets when O=.. is used

Re: kbuild: possible regression?

2007-10-31 Thread Sam Ravnborg
On Wed, Oct 31, 2007 at 10:03:50AM +0100, Jan Altenberg wrote: > Hi all, > > I'm not quite sure if this might be a regression, but I recognized a > change to kbuild's behaviour, which causes some of my build scripts to > fail. > > The build scripts do: > > return system(('make -C %s O=%s

kbuild: possible regression?

2007-10-31 Thread Jan Altenberg
Hi all, I'm not quite sure if this might be a regression, but I recognized a change to kbuild's behaviour, which causes some of my build scripts to fail. The build scripts do: return system(('make -C %s O=%s ARCH=%s CROSS_COMPILE=%s '+ 'oldconfig %s %s < /dev/null || exit

kbuild: possible regression?

2007-10-31 Thread Jan Altenberg
Hi all, I'm not quite sure if this might be a regression, but I recognized a change to kbuild's behaviour, which causes some of my build scripts to fail. The build scripts do: return system(('make -C %s O=%s ARCH=%s CROSS_COMPILE=%s '+ 'oldconfig %s %s /dev/null || exit

Re: kbuild: possible regression?

2007-10-31 Thread Sam Ravnborg
On Wed, Oct 31, 2007 at 10:03:50AM +0100, Jan Altenberg wrote: Hi all, I'm not quite sure if this might be a regression, but I recognized a change to kbuild's behaviour, which causes some of my build scripts to fail. The build scripts do: return system(('make -C %s O=%s ARCH=%s