Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Randy.Dunlap
Sam Ravnborg wrote: On Mon, Mar 14, 2005 at 01:38:11PM -0800, Randy.Dunlap wrote: Indeed, it's actually much worse with that patch section added. :( I don't know how I got there. Sam, can you drop the very first patch section here, or shall I send a new patch for this? Incremental patch please. I

Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Sam Ravnborg
On Mon, Mar 14, 2005 at 01:38:11PM -0800, Randy.Dunlap wrote: Indeed, it's actually much worse with that patch section added. :( > I don't know how I got there. > > Sam, can you drop the very first patch section here, or shall I send > a new patch for this? Incremental patch please. I already ha

Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Randy.Dunlap
Keith Owens wrote: On Mon, 14 Mar 2005 11:02:09 -0800, "Randy.Dunlap" <[EMAIL PROTECTED]> wrote: Reduce noise in 'make buildcheck' that is caused by CONFIG_DEBUG_INFO=y. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> diffstat:= scripts/reference_discarded.pl |3 +++ scripts/reference_init.pl

Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Keith Owens
On Mon, 14 Mar 2005 11:02:09 -0800, "Randy.Dunlap" <[EMAIL PROTECTED]> wrote: > >Reduce noise in 'make buildcheck' that is caused by CONFIG_DEBUG_INFO=y. > >Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> > >diffstat:= > scripts/reference_discarded.pl |3 +++ > scripts/reference_init.pl |

Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Sam Ravnborg
On Mon, Mar 14, 2005 at 11:02:09AM -0800, Randy.Dunlap wrote: > > Reduce noise in 'make buildcheck' that is caused by CONFIG_DEBUG_INFO=y. Applied to my kbuild tree. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

[PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

2005-03-14 Thread Randy.Dunlap
Reduce noise in 'make buildcheck' that is caused by CONFIG_DEBUG_INFO=y. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> diffstat:= scripts/reference_discarded.pl |3 +++ scripts/reference_init.pl |1 + 2 files changed, 4 insertions(+) diff -Naurp ./scripts/reference_discarded.pl~