From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25923 invoked by alias); 2 Dec 2013 17:31:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32081 Received: (qmail 17537 invoked from network); 2 Dec 2013 17:30:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131202093110.ZM21984@torch.brasslantern.com> Date: Mon, 02 Dec 2013 09:31:10 -0800 In-reply-to: <20131202165137.73259d8c@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: 5.0.2-test-2 is available" (Dec 2, 4:51pm) References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151557.1636@binki> <20131202160801.23386d0f@pwslap01u.europe.root.pri> <131202083601.ZM3387@torch.brasslantern.com> <20131202165137.73259d8c@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: 5.0.2-test-2 is available MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 2, 4:51pm, Peter Stephenson wrote: } Subject: Re: 5.0.2-test-2 is available } } > Out of curiosity, do you have yodl installed on Cygwin? If not, how are } > you even getting this far in the build process? zshbuiltins.1 should } > not exist, so the dependency for help.txt can't be satisfied, and perl } > should never even be run ...? } } At some point you get empty files called zshbuiltins.1 etc. created. Aha; that's because "yodl" has been replaced by ": yodl" and the build system looks for that and creates empty files so that "make" won't exit early when yodl is not installed. I suspect this could be cleaned up a different way, but it's a bit late for that for 5.0.3. Did you try the patch that simply removes the "false;" from the help.txt rule? Doesn't suppress the "command not found" output etc. but ...