Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: config.modules glitch in configure or make dependencies
- X-seq: zsh-workers 17658
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: config.modules glitch in configure or make dependencies
- Date: Fri, 13 Sep 2002 10:18:24 +0100
- In-reply-to: ""Bart Schaefer""'s message of "Thu, 12 Sep 2002 14:58:36 -0000." <1020912145837.ZM483@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
"Bart Schaefer" wrote:
> The config.modules code in zshconfig.ac does
>
> for modfile in `cd ${srcdir}; echo */*.mdd */*/*.mdd`; do
>
> so I'm baffled as to why that needs "make prep".
But this only runs if configure or config.status is run, and this
doesn't happen every make. Sometimes a new module also alters one of
the configure files; then the top-level Makefile will pick up that
things have changed and run this code. There is no direct dependency
*simply* on piling in some extra .mdd files. I would guess socket
didn't need to change the configure stuff, but db did.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author