zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _make: Options -C, -I, -o and -W can be repeated.
@ 2013-07-17 15:40 Jun T.
  2013-07-17 21:03 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Jun T. @ 2013-07-17 15:40 UTC (permalink / raw)
  To: zsh-workers


---
 Completion/Unix/Command/_make |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make
index 5dd0a21..355c68e 100644
--- a/Completion/Unix/Command/_make
+++ b/Completion/Unix/Command/_make
@@ -160,7 +160,7 @@ _make() {
     incl="(-|)include"
     option_specs=(
       {-B,--always-make}'[Unconditionally make all targets]'
-      {-C,--directory=}'[change directory first]:directory:->dir'
+      '*'{-C,--directory=}'[change directory first]:directory:->dir'
       '-d[Print lots of debug information]'
       '--debug=-[Print various types of debug information]:FLAGS'
       {-e,--environment-overrides}'[Environment variables override makefiles]'
@@ -168,13 +168,13 @@ _make() {
       {-f,--file=,--makefile=}'[Read FILE as a makefile]:file:->file'
       '-h[Print this message and exit]'
       {-i,--ignore-errors}'[Ignore errors from recipes]'
-      {-I,--include-dir=}'[Search DIRECTORY for included makefiles]:directory:->dir'
+      '*'{-I,--include-dir=}'[Search DIRECTORY for included makefiles]:directory:->dir'
       {-j,--jobs=}'[Allow N jobs at once; infinite jobs with no arg]:number of jobs'
       {-k,--keep-going}"[Keep going when some targets can't be made]"
       {-l,--load-average=,--max-load}"[Don't start multiple jobs unless load is below N]:load"
       {-L,--check-symlink-times}'[Use the latest mtime between symlinks and target]'
       {-n,--just-print,--dry-run,--recon}"[Don't actually run any recipe; just print them]"
-      {-o,--old-file=,--assume-old=}"[Consider FILE to be very old and don't remake it]:file not to remake:->file"
+      '*'{-o,--old-file=,--assume-old=}"[Consider FILE to be very old and don't remake it]:file not to remake:->file"
       {-p,--print-data-base}'[Print makes internal database]'
       {-q,--question}'[Run no recipe; exit status says if up to date]'
       {-r,--no-builtin-rules}'[Disable the built-in implicit rules]'
@@ -185,7 +185,7 @@ _make() {
       {-v,--version}'[Print the version number of make and exit]'
       {-w,--print-directory}'[Print the current directory]'
       '--no-print-directory[Turn off -w, even if it was turned on implicitly]'
-      {-W,--what-if=,--new-file=,--asume-new=}'[Consider FILE to be infinitely new]:file to treat as modified:->file'
+      '*'{-W,--what-if=,--new-file=,--asume-new=}'[Consider FILE to be infinitely new]:file to treat as modified:->file'
       '--warn-undefined-variables[Warn when an undefined variable is referenced]'
       '--warn-undefined-functions[Warn when an undefined user function is called]'
     )
-- 
1.7.9.6 (Apple Git-31.1)



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

* Re: [PATCH] _make: Options -C, -I, -o and -W can be repeated.
  2013-07-17 15:40 [PATCH] _make: Options -C, -I, -o and -W can be repeated Jun T.
@ 2013-07-17 21:03 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2013-07-17 21:03 UTC (permalink / raw)
  To: Jun T.; +Cc: zsh-workers

Jun T. wrote on Thu, Jul 18, 2013 at 00:40:02 +0900:
> -      {-W,--what-if=,--new-file=,--asume-new=}'[Consider FILE to be infinitely new]:file to treat as modified:->file'
> +      '*'{-W,--what-if=,--new-file=,--asume-new=}'[Consider FILE to be infinitely new]:file to treat as modified:->file'

"asume" -> "assume"


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

end of thread, other threads:[~2013-07-17 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-17 15:40 [PATCH] _make: Options -C, -I, -o and -W can be repeated Jun T.
2013-07-17 21:03 ` Daniel Shahaf

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).