lkml.org 
[lkml]   [2008]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Why does "make oldconfig" always set CONFIG_SLUB_DEBUG=y ?
On Thu, 20 Mar 2008 20:35:41 +0100 Toralf Förster wrote:

> I'm wondering why this option is always set after "make oldconfig" :
>
> tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG=y .config
> CONFIG_SLUB_DEBUG=y
> tfoerste@n22 ~/devel/linux-2.6 $ sed -i -e 's/_SLUB_DEBUG=y/_SLUB_DEBUG=n/' .config
> tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG= .config
> CONFIG_SLUB_DEBUG=n
> tfoerste@n22 ~/devel/linux-2.6 $ make oldconfig 1>/dev/null
> tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG= .config
> CONFIG_SLUB_DEBUG=y
>
> I attached the .config

Because it defaults to y and you can't change it unless you
enable EMBEDDED.

---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-03-20 21:21    [W:0.032 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site