Changeset 1752 in kBuild for trunk/src/kmk/variable.c
- Timestamp:
- Sep 6, 2008 3:02:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1716 r1752 1246 1246 " date" 1247 1247 " file-size" 1248 " expr if-expr" 1248 1249 " which" 1249 1250 " evalctx evalval evalvalctx evalcall evalcall2" … … 1294 1295 strcat (buf, " file-size"); 1295 1296 # endif 1297 # if defined (CONFIG_WITH_IF_CONDITIONALS) 1298 strcat (buf, " expr if-expr"); 1299 # endif 1296 1300 # if defined (CONFIG_WITH_WHICH) 1297 1301 strcat (buf, " which");
Note:
See TracChangeset
for help on using the changeset viewer.