[libvirt] [PATCH] make-kpkg: add support for "make olddefconfig"

Henning Schild henning.schild at siemens.com
Tue Feb 23 16:08:59 UTC 2016


Sorry that one is unrelated. Ignore it.

On Tue, 23 Feb 2016 16:58:35 +0100
Henning Schild <henning.schild at siemens.com> wrote:

> Signed-off-by: Henning Schild <henning.schild at siemens.com>
> ---
>  make-kpkg | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/make-kpkg b/make-kpkg
> index 5cb8ec3..ba663c9 100755
> --- a/make-kpkg
> +++ b/make-kpkg
> @@ -662,9 +662,10 @@ sub main () {
>    }
>  
>    if ( $config_target
> -    !~ /^(?:|silentold|old|menu|n|x|g|rand|def|all(mod|yes|no))(config)?$/
> ) {
> +    !~ /^(?:|silentold|old|olddef|menu|n|x|g|rand|def|all(mod|yes|no))(config)?$/
> ) { print
> -      "Config type must be one of
> {config,silentoldconfig,oldconfig,menuconfig,xconfig,\n";
> +      "Config type must be one of
> {config,silentoldconfig,oldconfig,olddefconfig,menuconfig,"
> +      . "xconfig,\n";
>      print
>        "
> nconfig,gconfig,randconfig,defconfig,allmodconfigallyesconfig,allnoconfig}.\n";
> print "use --help to display command line syntax help.\n";




More information about the libvir-list mailing list