Changeset 2151 for trunk/src/kmk/variable.c
- Timestamp:
- Dec 28, 2008, 3:10:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2029 r2151 1205 1205 && (defined (CONFIG_WITH_MAKE_STATS) || defined (CONFIG_WITH_MINIMAL_STATS)) \ 1206 1206 && defined (CONFIG_WITH_COMMANDS_FUNC) \ 1207 && defined (CONFIG_WITH_PRINTF) \ 1208 && defined (CONFIG_WITH_STRING_FUNCTIONS) \ 1207 1209 && defined (KMK_HELPERS) 1208 1210 (void) define_variable ("KMK_FEATURES", 12, … … 1227 1229 " make-stats" 1228 1230 " commands" 1231 " printf" 1232 " length insert pos lastpos substr translate" 1229 1233 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl " 1230 1234 , o_default, 0); … … 1289 1293 strcat (buf, " commands"); 1290 1294 # endif 1295 # if defined (CONFIG_WITH_PRINTF) 1296 strcat (buf, " printf"); 1297 # endif 1298 # if defined (CONFIG_WITH_STRING_FUNCTIONS) 1299 strcat (buf, " length insert pos lastpos substr translate"); 1300 # endif 1291 1301 # if defined (KMK_HELPERS) 1292 1302 strcat (buf, " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl");
Note:
See TracChangeset
for help on using the changeset viewer.