From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27014 invoked from network); 21 Mar 2002 20:38:23 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Mar 2002 20:38:23 -0000 Received: (qmail 29521 invoked by alias); 21 Mar 2002 20:38:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16878 Received: (qmail 29509 invoked from network); 21 Mar 2002 20:38:14 -0000 Date: Thu, 21 Mar 2002 12:37:58 -0800 (PST) From: Bart Schaefer Sender: schaefer@ns1.sodaware.com To: Zsh hackers list Subject: Re: PATCH: zsh/pcre module building In-Reply-To: <17452.1016741747@csr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 21 Mar 2002, Peter Stephenson wrote: > Borsenkow Andrej wrote: > > > + echo "include ${mddname}.rules" > > > > Then please openly state that zsh MUST be compiled with GNU make. > > It may need a fairly robust implementation of make, but it certainly > shouldn't need GNU make. We're already dealing with a programmatically constructed Makefile. Instead of `echo "include ${mddname}.rules"' just `cat ${mddname}.rules' right into the generated file. If ${mddname}.rules doesn't exist yet, restructure the Makefile-generating script to create it sooner.