Changeset 2164 in kBuild
- Timestamp:
- Dec 30, 2008 12:59:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2151 r2164 1206 1206 && defined (CONFIG_WITH_COMMANDS_FUNC) \ 1207 1207 && defined (CONFIG_WITH_PRINTF) \ 1208 && defined (CONFIG_WITH_LOOP_FUNCTIONS) \ 1208 1209 && defined (CONFIG_WITH_STRING_FUNCTIONS) \ 1209 1210 && defined (KMK_HELPERS) … … 1224 1225 " date" 1225 1226 " file-size" 1226 " expr if-expr "1227 " expr if-expr select" 1227 1228 " which" 1228 1229 " evalctx evalval evalvalctx evalcall evalcall2 eval-opt-var" … … 1230 1231 " commands" 1231 1232 " printf" 1233 " for while" 1232 1234 " length insert pos lastpos substr translate" 1233 1235 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl " … … 1279 1281 # endif 1280 1282 # if defined (CONFIG_WITH_IF_CONDITIONALS) 1281 strcat (buf, " expr if-expr ");1283 strcat (buf, " expr if-expr select"); 1282 1284 # endif 1283 1285 # if defined (CONFIG_WITH_WHICH) … … 1295 1297 # if defined (CONFIG_WITH_PRINTF) 1296 1298 strcat (buf, " printf"); 1299 # endif 1300 # if defined (CONFIG_WITH_LOOP_FUNCTIONS) 1301 strcat (buf, " for while"); 1297 1302 # endif 1298 1303 # if defined (CONFIG_WITH_STRING_FUNCTIONS)
Note:
See TracChangeset
for help on using the changeset viewer.