VirtualBox

Changeset 2024 in kBuild for trunk/src/kmk/commands.h


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

    r1993 r2024  
    4242# define COMMANDS_NOTPARALLEL   32  /* kmk: The commands must be executed alone. */
    4343# define COMMANDS_NO_COMMANDS   64  /* kmk: No commands. */
    44 #endif 
     44#endif
    4545#ifdef CONFIG_WITH_KMK_BUILTIN
    4646# define COMMANDS_KMK_BUILTIN   128 /* kmk: kmk builtin command. */
     
    5454void delete_child_targets (struct child *child);
    5555void chop_commands (struct commands *cmds);
     56#if defined(CONFIG_WITH_COMMANDS_FUNC) || defined (CONFIG_WITH_DOT_MUST_MAKE)
     57void set_file_variables (struct file *file, int called_early);
     58#else
    5659void set_file_variables (struct file *file);
     60#endif
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