Changeset 1848 for trunk/src/kmk/dep.h


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/dep.h

    r1827 r1848  
    4444    unsigned int staticpattern : 1;
    4545    unsigned int need_2nd_expansion : 1;
     46#ifdef CONFIG_WITH_INCLUDEDEP
     47    unsigned int includedep : 1;
     48#endif
    4649  };
    4750
Note: See TracChangeset for help on using the changeset viewer.