VirtualBox

Changeset 2164 in kBuild


Ignore:
Timestamp:
Dec 30, 2008 12:59:07 AM (16 years ago)
Author:
bird
Message:

kmk: Updated KMK_FEATURES with for, while and select.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r2151 r2164  
    12061206  && defined (CONFIG_WITH_COMMANDS_FUNC) \
    12071207  && defined (CONFIG_WITH_PRINTF) \
     1208  && defined (CONFIG_WITH_LOOP_FUNCTIONS) \
    12081209  && defined (CONFIG_WITH_STRING_FUNCTIONS) \
    12091210  && defined (KMK_HELPERS)
     
    12241225                          " date"
    12251226                          " file-size"
    1226                           " expr if-expr"
     1227                          " expr if-expr select"
    12271228                          " which"
    12281229                          " evalctx evalval evalvalctx evalcall evalcall2 eval-opt-var"
     
    12301231                          " commands"
    12311232                          " printf"
     1233                          " for while"
    12321234                          " length insert pos lastpos substr translate"
    12331235                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl "
     
    12791281#  endif
    12801282#  if defined (CONFIG_WITH_IF_CONDITIONALS)
    1281   strcat (buf, " expr if-expr");
     1283  strcat (buf, " expr if-expr select");
    12821284#  endif
    12831285#  if defined (CONFIG_WITH_WHICH)
     
    12951297#  if defined (CONFIG_WITH_PRINTF)
    12961298  strcat (buf, " printf");
     1299#  endif
     1300#  if defined (CONFIG_WITH_LOOP_FUNCTIONS)
     1301  strcat (buf, " for while");
    12971302#  endif
    12981303#  if defined (CONFIG_WITH_STRING_FUNCTIONS)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette