From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13916 invoked from network); 4 Jul 2000 17:02:15 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jul 2000 17:02:15 -0000 Received: (qmail 21198 invoked by alias); 4 Jul 2000 17:01:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12161 Received: (qmail 21190 invoked from network); 4 Jul 2000 17:01:34 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Bart Schaefer" , Subject: RE: PATCH: Fix ZDOTDIR during "make check" for static builds Date: Tue, 4 Jul 2000 21:01:31 +0400 Message-ID: <000001bfe5d9$805aee10$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <1000703183402.ZM2822@candle.brasslantern.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > This points ZDOTDIR into the Test directory itself (in the > build tree, if > that's separate from the source), and therefore also has to > make sure that > the .zcompdump file is removed at the end. > If the very last test fails, neither .zcompdump nor Modules directory are removed. Obviously, for loop returns status of last executed command. I forgot, how to force make to ignore it :-( -andrej