Ignore:
Timestamp:
Oct 12, 2008, 6:41:07 PM (17 years ago)
Author:
bird
Message:

kmk: includedep dependencies does not require unescaping or any other parsing in expand_deps. This saves more than 10% in a typical kBuild testcase.

File:
1 edited

Legend:

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

    r1825 r1848  
    12551255                  *nextdep = dep = alloc_dep ();
    12561256                  dep->name = incdep_record_strcache (curdep, cur, endp - cur);
     1257                  dep->includedep = 1;
    12571258                  nextdep = &dep->next;
    12581259
Note: See TracChangeset for help on using the changeset viewer.