zsh-workers
 help / color / mirror / code / Atom feed
* mymods.conf and module dependencies
@ 2000-06-23 12:31 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 2000-06-23 12:31 UTC (permalink / raw)
  To: ZSH workers mailing list

The module order in mymods.conf is significant - modules must be listed
after modules they depend upon (ough, is it correct english? :-) Else
you get something like this:

srcdir='/usr/src/zsh/Src' MODBINS='modules-bltin' \
XMODCF='/usr/src/zsh/Src/xmods.conf' /bin/sh
/usr/src/zsh/Src/mkbltnmlst.sh blti
nmods.list
ERROR: linked-in module `zsh/compctl' depends on `zsh/complete'
make[2]: *** [bltinmods.list] Error 1
make[2]: Leaving directory `/usr/build/zsh/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/usr/build/zsh/Src'
make: *** [all] Error 1

with mymods.conf

zsh/cap
zsh/clone
zsh/compctl
zsh/complete
zsh/complist
zsh/computil
zsh/deltochar
zsh/example
zsh/files
zsh/mapfile
zsh/mathfunc
zsh/parameter
zsh/rlimits
zsh/sched
zsh/stat
zsh/zftp
zsh/zle
zsh/zleparameter
zsh/zutil

It is not very handy when you are not deep in Zsh sources ...

-andrej

Have a nice DOS!
B >>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-06-23 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-23 12:31 mymods.conf and module dependencies Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).