Changeset 1797 for trunk/src/kmk/variable.c
- Timestamp:
- Sep 21, 2008, 3:05:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1793 r1797 1232 1232 && defined (KMK_HELPERS) 1233 1233 (void) define_variable ("KMK_FEATURES", 12, 1234 "append-dash-n abspath "1234 "append-dash-n abspath includedep-queue" 1235 1235 " rsort" 1236 1236 " abspathex" … … 1255 1255 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ 1256 1256 # error "All features should be enabled by default!" 1257 strcpy (buf, "append-dash-n abspath ");1257 strcpy (buf, "append-dash-n abspath includedep-queue"); 1258 1258 # if defined (CONFIG_WITH_RSORT) 1259 1259 strcat (buf, " rsort");
Note:
See TracChangeset
for help on using the changeset viewer.