Changeset 1980 for trunk/src/kmk/file.c
- Timestamp:
- Oct 28, 2008, 12:25:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/file.c
r1975 r1980 538 538 multi_glob (parse_file_seq (&p, '\0', &dep_cache, 1), &dep_cache); 539 539 #endif 540 540 541 if (! new) 541 542 new = ood; … … 858 859 and thereby save a little time. */ 859 860 incdep_flush_and_term (); 860 #endif 861 #endif /* CONFIG_WITH_INCLUDEDEP */ 861 862 862 863 /* For every target that's not .SUFFIXES, expand its dependencies. … … 887 888 for (f2 = f->double_colon; f2 != 0; f2 = f2->prev) 888 889 f2->command_flags |= COMMANDS_NOTPARALLEL; 889 #endif 890 #endif /* KMK */ 890 891 free (file_slot_0); 891 892 … … 1383 1384 hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp); 1384 1385 # endif 1385 #else 1386 #else /* CONFIG_WITH_STRCACHE2 */ 1386 1387 # ifdef KMK 1387 1388 hash_init_strcached (&files, 32755, &file_strcache, … … 1391 1392 offsetof (struct file, hname)); 1392 1393 # endif 1393 #endif 1394 #endif /* CONFIG_WITH_STRCACHE2 */ 1394 1395 } 1395 1396
Note:
See TracChangeset
for help on using the changeset viewer.