mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
36663: replace obsolete "autobins" commentary with "autofeatures"
This commit is contained in:
parent
c2254cfe2c
commit
7e4784f901
3 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-09-27 Barton E. Schaefer <schaefer@zsh.org>
|
2015-09-27 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 36663: Src/mkmakemod.sh, Src/zsh.mdd: replace obsolete
|
||||||
|
"autobins" commentary with "autofeatures"
|
||||||
|
|
||||||
* 36661: Src/Modules/curses.mdd: replace obsolete "autobins"
|
* 36661: Src/Modules/curses.mdd: replace obsolete "autobins"
|
||||||
setting with "autofeatures"
|
setting with "autofeatures"
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,8 @@
|
||||||
# moddeps modules on which this module depends (default none)
|
# moddeps modules on which this module depends (default none)
|
||||||
# nozshdep non-empty indicates no dependence on the `zsh/main' pseudo-module
|
# nozshdep non-empty indicates no dependence on the `zsh/main' pseudo-module
|
||||||
# alwayslink if non-empty, always link the module into the executable
|
# alwayslink if non-empty, always link the module into the executable
|
||||||
# autobins builtins defined by the module, for autoloading
|
# autofeatures features defined by the module, for autoloading
|
||||||
# autoinfixconds infix condition codes defined by the module, for
|
# autofeatures_emu As autofeatures, but for non-zsh emulation modes
|
||||||
# autoloading (without the leading `-')
|
|
||||||
# autoprefixconds like autoinfixconds, but for prefix condition codes
|
|
||||||
# autoparams parameters defined by the module, for autoloading
|
|
||||||
# automathfuncs math functions defined by the module, for autoloading
|
|
||||||
# objects .o files making up this module (*must* be defined)
|
# objects .o files making up this module (*must* be defined)
|
||||||
# proto .syms files for this module (default generated from $objects)
|
# proto .syms files for this module (default generated from $objects)
|
||||||
# headers extra headers for this module (default none)
|
# headers extra headers for this module (default none)
|
||||||
|
@ -189,7 +185,7 @@ if $first_stage; then
|
||||||
for mddname in $here_mddnames; do
|
for mddname in $here_mddnames; do
|
||||||
|
|
||||||
unset name moddeps nozshdep alwayslink hasexport
|
unset name moddeps nozshdep alwayslink hasexport
|
||||||
unset autobins autoinfixconds autoprefixconds autoparams automathfuncs
|
unset autofeatures autofeatures_emu
|
||||||
unset objects proto headers hdrdeps otherincs
|
unset objects proto headers hdrdeps otherincs
|
||||||
. $top_srcdir/$the_subdir/${mddname}.mdd
|
. $top_srcdir/$the_subdir/${mddname}.mdd
|
||||||
q_name=`echo $name | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`
|
q_name=`echo $name | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`
|
||||||
|
|
|
@ -7,7 +7,7 @@ functions='Functions/Chpwd/* Functions/Exceptions/* Functions/Misc/* Functions/M
|
||||||
nozshdep=1
|
nozshdep=1
|
||||||
alwayslink=1
|
alwayslink=1
|
||||||
|
|
||||||
# autobins not specified because of alwayslink
|
# autofeatures not specified because of alwayslink
|
||||||
|
|
||||||
objects="builtin.o compat.o cond.o context.o \
|
objects="builtin.o compat.o cond.o context.o \
|
||||||
exec.o glob.o hashtable.o hashnameddir.o \
|
exec.o glob.o hashtable.o hashnameddir.o \
|
||||||
|
|
Loading…
Reference in a new issue