Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Update make completion with gnu options
- X-seq: zsh-workers 31533
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] Update make completion with gnu options
- Date: Thu, 18 Jul 2013 11:21:15 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1374139276; bh=I8FeII2r7Mr3IhGC158z+0mR5wHPP8aBBIOHyAe5syk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:In-reply-to:From:References:To:cc:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=jsxfcE3rhZjNj1O54w+q9IPBjUBbsnQ2bzkBzh3UYLRnwTHwfMrz5iH2FXlpFlqGB04S8CBtI5I4ICFutIjgrxcBpF3TgxTZKhoIYb2Ypc6s6ZzKqFABOi8cZ3geWzGXkSsxGyENwfc/aBVG72AEnTKITRKj138iyqiWEP4U6rw=
- In-reply-to: <29FA24CC-A523-44C7-928A-116FA209C18A@kba.biglobe.ne.jp>
- 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
- References: <51DFA641.6080204@goots.org> <29FA24CC-A523-44C7-928A-116FA209C18A@kba.biglobe.ne.jp>
"Jun T." wrote:
>
> Why the last '-f' is necessary here?
Because otherwise, most non-GNU make's will actually attempt to make
stuff. The -v enables distributed building with some implementations of
make, for example. Unlike -v, the -f option is fairly standard and
supplying it without a filename is a fairly good way to ensure that any
make will print an error and exit.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author