VirtualBox

Changeset 2594 in kBuild for trunk/src/kmk/filedef.h


Ignore:
Timestamp:
Jun 17, 2012 11:29:07 PM (13 years ago)
Author:
bird
Message:

Fixed the broken $(deps*).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/filedef.h

    r2591 r2594  
    3131    struct dep *deps;           /* all dependencies, including duplicates */
    3232#ifdef CONFIG_WITH_LAZY_DEPS_VARS
    33     struct dep *org_deps;       /* original dependencies before
    34                                    duplicates were dropped. */
     33    struct dep *deps_no_dupes;  /* dependencies without duplicates, created on
     34                                   demaned by func_deps. */
    3535#endif
    3636    struct commands *cmds;      /* Commands to execute for this target.  */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette