Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion addition for _make
- X-seq: zsh-workers 31641
- From: Slaven Rezic <slaven@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: completion addition for _make
- Date: Thu, 08 Aug 2013 17:45:40 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Reply-to: slaven@xxxxxxxx
>From 8035cbb97d8daa04a277fab2db528d3fbec9d8e2 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@xxxxxxxx>
Date: Thu, 8 Aug 2013 17:41:54 +0200
Subject: [PATCH] added freebsd-make to list of make-like commands
freebsd-make may be found in the Debian package freebsd-buildutils. It
behaves like FreeBSD's system make.
---
Completion/Unix/Command/_make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make
index 0c5371d..b7c825a 100644
--- a/Completion/Unix/Command/_make
+++ b/Completion/Unix/Command/_make
@@ -1,4 +1,4 @@
-#compdef make gmake pmake dmake
+#compdef make gmake pmake dmake freebsd-make
# TODO: Based on targets given on the command line, show only variables that
# are used in those targets and their dependencies.
--
1.7.2.5
--
Slaven Rezic - slaven <at> rezic <dot> de
BBBike - route planner for cyclists in Berlin
WWW version: http://www.bbbike.de
Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author