Changeset 2480 for trunk/src/kmk/variable.c
- Timestamp:
- Jul 20, 2011, 4:18:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2452 r2480 1299 1299 && defined (KMK_HELPERS) 1300 1300 (void) define_variable ("KMK_FEATURES", 12, 1301 "append-dash-n abspath includedep-queue "1301 "append-dash-n abspath includedep-queue install-hard-linking" 1302 1302 " rsort" 1303 1303 " abspathex" … … 1327 1327 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ 1328 1328 # error "All features should be enabled by default!" 1329 strcpy (buf, "append-dash-n abspath includedep-queue ");1329 strcpy (buf, "append-dash-n abspath includedep-queue install-hard-linking"); 1330 1330 # if defined (CONFIG_WITH_RSORT) 1331 1331 strcat (buf, " rsort");
Note:
See TracChangeset
for help on using the changeset viewer.