Re: [RFC 0/4] streamline_config clean-ups
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2011-07-14 00:55:04
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2011-07-14 00:55:04
Also in:
lkml
On Fri, 2011-07-08 at 20:19 -0400, Steven Rostedt wrote:
On Fri, 2011-07-08 at 17:47 -0400, Arnaud Lacombe wrote:quoted
Hi, On Fri, Jul 1, 2011 at 7:31 PM, Arnaud Lacombe [off-list ref] wrote:quoted
Hi, The following series attempts to merge some redundants stuff in the kconfig Makefile, namely how streamline_config learns about its environment, avoids multi-line shell command in kconfig's Makefile. Seconds commit also removes the non-portable usage of sed(1) as -i is not POSIX compliant. Comments appreciated! - ArnaudPing ?
I just tried your patches out. It breaks when we compile for another directory. I just tried: $ make LSMOD=/tmp/lsmod O=../machine/build/ localmodconfig and it it did not work. -- Steve