zsh-workers
 help / color / mirror / code / Atom feed
* completion addition for _make
@ 2013-08-08 15:45 Slaven Rezic
  2013-08-08 16:40 ` Christian Neukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: Slaven Rezic @ 2013-08-08 15:45 UTC (permalink / raw)
  To: zsh-workers

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-added-freebsd-make-to-list-of-make-like-commands.patch --]
[-- Type: text/x-patch, Size: 1064 bytes --]

>From 8035cbb97d8daa04a277fab2db528d3fbec9d8e2 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
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

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

* Re: completion addition for _make
  2013-08-08 15:45 completion addition for _make Slaven Rezic
@ 2013-08-08 16:40 ` Christian Neukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Neukirchen @ 2013-08-08 16:40 UTC (permalink / raw)
  To: zsh-workers

Slaven Rezic <slaven@rezic.de> writes:

> freebsd-make may be found in the Debian package freebsd-buildutils. It
> behaves like FreeBSD's system make.

Another popular name is bmake, perhaps this should be added as well.

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


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

end of thread, other threads:[~2013-08-08 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-08 15:45 completion addition for _make Slaven Rezic
2013-08-08 16:40 ` Christian Neukirchen

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