zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _make-kpkg update
@ 2005-08-26 13:53 Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2005-08-26 13:53 UTC (permalink / raw)
  To: zsh-workers; +Cc: srivasta

Index: Completion/Debian/Command/_make-kpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_make-kpkg,v
retrieving revision 1.2
diff -u -r1.2 _make-kpkg
--- Completion/Debian/Command/_make-kpkg	11 Mar 2002 12:56:51 -0000	1.2
+++ Completion/Debian/Command/_make-kpkg	26 Aug 2005 13:56:26 -0000
@@ -19,6 +19,7 @@
    '(--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)'


^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: _make-kpkg update
@ 2007-02-14 18:22 Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2007-02-14 18:22 UTC (permalink / raw)
  To: zsh-workers

----- Forwarded message from David Riebenbauer <davrieb@sbox.tugraz.at> -----

diff -Naur zsh-4.3.2.old/Completion/Debian/Command/_make-kpkg zsh-4.3.2/Completion/Debian/Command/_make-kpkg
--- zsh-4.3.2.old/Completion/Debian/Command/_make-kpkg	2005-09-02 11:16:11.000000000 +0200
+++ zsh-4.3.2/Completion/Debian/Command/_make-kpkg	2007-02-14 14:34:42.000000000 +0100
@@ -3,10 +3,9 @@
 _arguments \
    '--help[display help message]' \
    '--revision[change Debian revision number]:number:' \
-   '--append-to-version:suffix:' \
-   '--flavour[specify additional kernel sub-version]:flavour:' \
-   '--added-modules:module list:' \
-   '--added-patches:patches list' \
+   '--append-to-version[specify additional kernel sub-version]:suffix:' \
+   '--added-modules[specify add-on modules]:module list:' \
+   '--added-patches[specify additional patches]:patches list' \
    '--arch[specify architecture for cross-compilation]:architecture' \
    '--cross-compile[specify target string]:target' \
    '--subarch[specify subarchitecture]:subarchitecture:' \
@@ -15,11 +14,32 @@
    '--config[specify configuration target]:target:(oldconfig config menuconfig xconfig old menu x)' \
    '--targets[list known targets]' \
    '--noexec[pass -n option to make]' \
+   '--verbose[show top level make commands]' \
    '--initrd[create image suitable for initrd]' \
    '(--bzimage)--zimage[make zImage instead of bzImage]' \
    '(--zimage)--bzimage[make bzImage instead of zImage]' \
+   '--mkimage[command that produces an initrd image given a directory]:command:' \
    '--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 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)'
+   '*:target:(( \
+        clean\:"clean the kernel source directory" \
+        buildpackage\:"runs the targets clean and binary" \
+        binary\:"all kernel packages" \
+        binary-indep\:"arch independent packages" \
+        binary-arch\:"arch dependent packages" \
+        kernel-source\:"package of the kernel sources" \
+        kernel-headers\:"package of the header files included in the kernel" \
+        kernel_manual\:"package of the manual pages included in the kernel" \
+        kernel-doc\:"package of teh documentation included in the kernel" \
+        kernel-image\:"package of the kernel image" \
+        build\:"compiles the kernel" \
+        modules\:"build all add-on modules" \
+        modules_config\:"configure all add-on modules" \
+        modules_image\:"build all add-on modules, but wirhou source and diff files" \
+        modules_clean\:"clean add-on modules" \
+        configure\:"configure the kernel" \
+        debian\:"creates the debian/ directory" \
+        libc-kheaders\:"create the kernel headers package needed by libc" \
+        ))'


----- End forwarded message -----


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-14 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-26 13:53 PATCH: _make-kpkg update Clint Adams
2007-02-14 18:22 Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).