lkml.org 
[lkml]   [2009]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 13/14] kconfig: make local .config default for streamline_config
From: Steven Rostedt <srostedt@redhat.com>

As Andi Kleen pointed out, most people would expect that the local .config
file to be based for a streamline config. This patch changes the order
of searching for a config file to consider the .config in the local
directory first.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
---
scripts/kconfig/streamline_config.pl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index 46ca62d..95984db 100644
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -50,6 +50,10 @@ chomp $uname;

my @searchconfigs = (
{
+ "file" => ".config",
+ "exec" => "cat",
+ },
+ {
"file" => "/proc/config.gz",
"exec" => "zcat",
},
@@ -82,10 +86,6 @@ my @searchconfigs = (
"exec" => "scripts/extract-ikconfig",
"test" => "scripts/extract-ikconfig",
},
- {
- "file" => ".config",
- "exec" => "cat",
- },
);

sub find_config {
--
1.6.3.3
--


\
 
 \ /
  Last update: 2009-08-19 05:03    [W:0.207 / U:0.704 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site