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

Henning Schild henning.schild at siemens.com
Tue Feb 23 15:58:35 UTC 2016


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";
-- 
2.4.10




More information about the libvir-list mailing list