1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 20:20:56 +02:00

21686: modernize make-kpkg completion

This commit is contained in:
Clint Adams 2005-08-31 19:47:17 +00:00
parent a0890f75a2
commit f060dd2d83
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-31 Clint Adams <clint@zsh.org>
* 21686: Completion/Debian/Command/_make-kpkg: modernize
make-kpkg completion.
2005-08-31 Peter Stephenson <pws@csr.com>
* users/9359: Francisco Borges: Completion/X/Command/_gv:

View file

@ -19,6 +19,7 @@ _arguments \
'(--bzimage)--zimage[make zImage instead of bzImage]' \
'(--zimage)--bzimage[make bzImage instead of zImage]' \
'--rootcmd[specify command for gaining root access]:root command:(sudo fakeroot)' \
'--stem:package name stem:(kernel linux)' \
'--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)'
'*:target:(clean buildpackage binary binary-indep binary-arch kernel-source kernel-headers kernel-doc kernel-image kernel_manual build modules modules_config modules_image modules_clean configure debian libc-kheaders)'