VirtualBox

Changeset 2024 in kBuild for trunk/src/kmk/file.c


Ignore:
Timestamp:
Nov 2, 2008 5:43:17 AM (17 years ago)
Author:
bird
Message:

kmk: Created a custom hook into the update_file process for checking additional file dependencies like changes in the commands and such. It's call .MUST_MAKE.

File:
1 edited

Legend:

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

    r1993 r2024  
    666666            f->stem = d->stem;
    667667
     668#if defined(CONFIG_WITH_COMMANDS_FUNC) || defined (CONFIG_WITH_DOT_MUST_MAKE)
     669          set_file_variables (f, 0 /* real call, f->deps == 0 so we're ok. */);
     670#else
    668671          set_file_variables (f);
     672#endif
    669673
    670674#if !defined (CONFIG_WITH_VALUE_LENGTH) || !defined (CONFIG_WITH_STRCACHE2)
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