From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20276 invoked from network); 8 Feb 2001 06:13:12 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Feb 2001 06:13:12 -0000 Received: (qmail 15935 invoked by alias); 8 Feb 2001 06:12:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13443 Received: (qmail 15923 invoked from network); 8 Feb 2001 06:12:56 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: PATCH: "make clean" should clean up Test/ better Date: Thu, 8 Feb 2001 09:12:54 +0300 Message-ID: <000001c09196$2c4f2480$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: <1010207171229.ZM30546@candle.brasslantern.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > Index: Test/Makefile.in > =================================================================== > @@ -55,7 +55,7 @@ > @CLEAN_MK@ > > mostlyclean-here: > - rm -rf *.tmp > + rm -rf Modules .zcompdump *.tmp > > distclean-here: > rm -f Makefile > It is still not in CVS. Is it supposed to?