Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh/pcre module building
- X-seq: zsh-workers 16878
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: zsh/pcre module building
- Date: Thu, 21 Mar 2002 12:37:58 -0800 (PST)
- In-reply-to: <17452.1016741747@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: schaefer@xxxxxxxxxxxxxxxx
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author