From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26458 invoked from network); 8 Mar 2009 23:45:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Mar 2009 23:45:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 91607 invoked from network); 8 Mar 2009 23:45:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Mar 2009 23:45:45 -0000 Received: (qmail 4930 invoked by alias); 8 Mar 2009 23:45:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26700 Received: (qmail 4920 invoked from network); 8 Mar 2009 23:45:38 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Mar 2009 23:45:38 -0000 Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by bifrost.dotsrc.org (Postfix) with ESMTP id A04CC80307F8 for ; Mon, 9 Mar 2009 00:45:34 +0100 (CET) Received: from torch.brasslantern.com ([96.249.201.13]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KG700B7EONATGYK@vms173003.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 08 Mar 2009 18:45:15 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n28Nj7DA025370 for ; Sun, 08 Mar 2009 16:45:09 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n28Nj6l6025369 for zsh-workers@sunsite.dk; Sun, 08 Mar 2009 16:45:06 -0700 From: Bart Schaefer Message-id: <090308164506.ZM25368@torch.brasslantern.com> Date: Sun, 08 Mar 2009 16:45:06 -0700 In-reply-to: <200903082151.n28Lpx1H029934@pws-pc.ntlworld.com> Comments: In reply to Peter Stephenson "Re: Modules/attr.c compile error on Mac OS X" (Mar 8, 9:51pm) References: <200903082151.n28Lpx1H029934@pws-pc.ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: Modules/attr.c compile error on Mac OS X MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9080/Fri Mar 6 20:13:38 2009 on bifrost X-Virus-Status: Clean On Mar 8, 9:51pm, Peter Stephenson wrote: } } Bart Schaefer wrote: } > However, it didn't build the attr module. Still didn't build it after } > a "make clean". Missing dependency? } } I think that's because config.modules.sh doesn't get rerun } automatically. I've come across the same thing. config.modules should } probably depend on it somewhere. I wonder if the following fixes it or } simply introduces some dependency loop... Seems to be OK (no loop) on Linux. After applying the patch, "make" rebuilds config.modules, all the Makefiles, and then init.o and relinks. A subsquent "make" does all the stamp-modobjs.tmp steps but does not rebuild anything. I didn't try a from-scratch build, though.