Changeset 1980 for trunk/src/kmk/file.c


Ignore:
Timestamp:
Oct 28, 2008, 12:25:49 AM (17 years ago)
Author:
bird
Message:

kmk: Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/file.c

    r1975 r1980  
    538538        multi_glob (parse_file_seq (&p, '\0', &dep_cache, 1), &dep_cache);
    539539#endif
     540
    540541      if (! new)
    541542        new = ood;
     
    858859     and thereby save a little time.  */
    859860  incdep_flush_and_term ();
    860 #endif
     861#endif /* CONFIG_WITH_INCLUDEDEP */
    861862
    862863  /* For every target that's not .SUFFIXES, expand its dependencies.
     
    887888      for (f2 = f->double_colon; f2 != 0; f2 = f2->prev)
    888889        f2->command_flags |= COMMANDS_NOTPARALLEL;
    889 #endif
     890#endif /* KMK */
    890891  free (file_slot_0);
    891892
     
    13831384  hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp);
    13841385# endif
    1385 #else
     1386#else  /* CONFIG_WITH_STRCACHE2 */
    13861387# ifdef KMK
    13871388  hash_init_strcached (&files, 32755, &file_strcache,
     
    13911392                       offsetof (struct file, hname));
    13921393# endif
    1393 #endif
     1394#endif /* CONFIG_WITH_STRCACHE2 */
    13941395}
    13951396
Note: See TracChangeset for help on using the changeset viewer.