mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 08:30:54 +02:00
21686: modernize make-kpkg completion
This commit is contained in:
parent
a0890f75a2
commit
f060dd2d83
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue