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/function.c

    r2021 r2024  
    43654365        }
    43664366
    4367       initialize_file_variables (file, 1 /* reading - FIXME: we don't know? */);
    4368       set_file_variables (file); /* FIXME: this must *NOT* be done twice! */
     4367      initialize_file_variables (file, 1 /* don't search for pattern vars */);
     4368      set_file_variables (file, 1 /* early call */);
    43694369      chop_commands (cmds);
    43704370
Note: See TracChangeset for help on using the changeset viewer.