Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: zsh/pcre module building



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