[kernel] Disable debugging options.

Thorsten Leemhuis fedora at leemhuis.info
Mon Jun 18 20:05:38 UTC 2012


On 18.06.2012 15:09, Josh Boyer wrote:
> commit 3b37beedf48825354c42e25f7001677320958d38
> Author: Josh Boyer <jwboyer at redhat.com>
> Date:   Mon Jun 18 09:09:58 2012 -0400
> 
>     Disable debugging options.
> 
>  config-generic     |    8 ++--
>  config-nodebug     |  112 ++++++++++++++++++++++++++--------------------------
>  config-x86-generic |    2 +-
>  kernel.spec        |    9 +++-
>  4 files changed, 67 insertions(+), 64 deletions(-)
> ---
> diff --git a/config-generic b/config-generic
> index 6b1c651..08c28ba 100644
> --- a/config-generic
> +++ b/config-generic
> @@ -1446,13 +1446,13 @@ CONFIG_B43_SDIO=y
>  CONFIG_B43_BCMA=y
>  # CONFIG_B43_BCMA_EXTRA is not set
>  CONFIG_B43_BCMA_PIO=y
> -CONFIG_B43_DEBUG=y
> +# CONFIG_B43_DEBUG is not set
> [...]

Just out of curiosity: Why is enabling and disabling the debug options
done via "make {no,}debug" in the git checkout and not by an conditional
within the spec file? That afaics makes it harder to switch the debug
options off if you only have the SRPM at hand.

Or am I missing something obvious here?

CU
 knurd


More information about the kernel mailing list