Ignore:
Timestamp:
Nov 2, 2008, 6: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/implicit.c

    r2001 r2024  
    561561                      if (!file_variables_set)
    562562                        {
     563#if defined(CONFIG_WITH_COMMANDS_FUNC) || defined (CONFIG_WITH_DOT_MUST_MAKE)
     564                          set_file_variables (file, 0 /* real call */);
     565#else
    563566                          set_file_variables (file);
     567#endif
    564568                          file_variables_set = 1;
    565569                        }
Note: See TracChangeset for help on using the changeset viewer.