Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: omit modules from compilation and installation process
- X-seq: zsh-workers 9702
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: omit modules from compilation and installation process
- Date: Mon, 14 Feb 2000 01:16:09 +0000
- In-reply-to: <E12K3x4-0008IA-00.2000-02-13-18-40-58@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <E12K3x4-0008IA-00.2000-02-13-18-40-58@xxxxxxxxxxxxxxxxxxx>
On Feb 13, 6:44pm, Peter Stephenson wrote:
} Subject: PATCH: omit modules from compilation and installation process
}
} Now you can give configure a comma-separated list of modules not to compile
} nor install as --enable-omit-modules=zsh/example,zsh/zpty.
It'd be nice to have a configure switch to replace the mymods.conf file.
} Having to use the `enable' in front is a bit tacky, but as far as I
} can see there's no way round it.
Perhaps this could be combined with the mymods.conf remark above by having
a negation syntax:
--enable-modules=zsh/stat,\!zsh/example,\!zsh/zpty
This would be merged with the mymods.conf file, which could also have the
`!' syntax added; of course the configure command line should win if both
are present.
} There's no restriction on what you can omit, so it requires a bit of
} discretion on the part of the compiler.
I'll say.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author