From 69a3397af044c955bcd6e926b0b594ed58f22e2a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 30 Apr 2002 14:18:02 +0000 Subject: 16349: completion for make-kpkg. --- _make-kpkg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _make-kpkg (limited to '_make-kpkg') diff --git a/_make-kpkg b/_make-kpkg new file mode 100644 index 000000000..69247305b --- /dev/null +++ b/_make-kpkg @@ -0,0 +1,24 @@ +#compdef make-kpkg + +_arguments \ + '--help' \ + '--revision:number:' \ + '--append-to-version:suffix:' \ + '--flavour:flavour:' \ + '--added-modules:module list:' \ + '--added-patches:patches list' \ + '--arch:architecture:' \ + '--cross-compile:target:' \ + '--subarch:subarchitecture:' \ + '--arch-in-name' \ + '--pgpsign:name:' \ + '--config:target:(oldconfig config menuconfig xconfig old menu x)' \ + '--targets' \ + '--noexec' \ + '--initrd' \ + '--zimage[make zImage instead of bzImage]' \ + '--bzimage[make bzImage instead of zImage]' \ + '--rootcmd:root command:(sudo fakeroot)' \ + '--us[unsigned source]' \ + '--uc[unsigned changelog]' \ + '*:target:(clean buildpackage binary kernel-source kernel-headers kernel-doc kernel-image build modules modules_config modules_image modules_clean configure debian libc-kheaders)' -- cgit 1.4.1