From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6261 invoked from network); 29 Oct 2007 14:04:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Oct 2007 14:04:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 88220 invoked from network); 29 Oct 2007 14:04:39 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Oct 2007 14:04:39 -0000 Received: (qmail 29862 invoked by alias); 29 Oct 2007 14:04:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24033 Received: (qmail 29847 invoked from network); 29 Oct 2007 14:04:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Oct 2007 14:04:36 -0000 Received: (qmail 87868 invoked from network); 29 Oct 2007 14:04:35 -0000 Received: from cluster-d.mailcontrol.com (217.69.20.190) by a.mx.sunsite.dk with SMTP; 29 Oct 2007 14:04:29 -0000 Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly08d.srv.mailcontrol.com (MailControl) with ESMTP id l9TE4QhA019005 for ; Mon, 29 Oct 2007 14:04:27 GMT Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Mon, 29 Oct 2007 14:04:20 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.1/8.13.4) with ESMTP id l9TE4KKO016591 for ; Mon, 29 Oct 2007 14:04:20 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.14.1/8.14.1/Submit) with ESMTP id l9TE4HHK016587 for ; Mon, 29 Oct 2007 14:04:20 GMT Message-Id: <200710291404.l9TE4HHK016587@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: "Zsh Hackers' List" Subject: Re: PATCH: curses input In-reply-to: <20071029132903.GA14814@scowler.net> References: <18226.1193429594@pws-pc.ntlworld.com> <20071026225633.8de9113b.p.w.stephenson@ntlworld.com> <20071029132903.GA14814@scowler.net> Comments: In-reply-to Clint Adams message dated "Mon, 29 Oct 2007 09:29:03 -0400." Date: Mon, 29 Oct 2007 14:04:17 +0000 From: Peter Stephenson X-OriginalArrivalTime: 29 Oct 2007 14:04:20.0216 (UTC) FILETIME=[99DE3F80:01C81A34] X-Scanned-By: MailControl A-07-08-10 (www.mailcontrol.com) on 10.68.0.118 Clint Adams wrote: > On Fri, Oct 26, 2007 at 10:56:33PM +0100, Peter Stephenson wrote: > > +zsh_cv_path_curses_keys_h="$CURSES_KEYS_H" > > I haven't looked into this at all, but a previously-dirtied working > directory seems to compile just fine, but a fresh checkout & > Util/preconfig results in complaints that there's no rule to build > curses_keys.h or something. I didn't get this with a quick test; maybe there's some race in a make dependency. It should be handled by this in curses.mdd: :<<\Make curses.o curses..o: curses_keys.h curses_keys.h: curses_keys.awk @CURSES_KEYS_H@ $(AWK) -f $(sdir)/curses_keys.awk @CURSES_KEYS_H@ /dev/null \ >curses_keys.h So even if there's no suitable header we should just get an empty set of definitions. CURSES_KEYS_H is supposed to get substituted unconditionally even if it's empty. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070