Changeset 2024 in kBuild for trunk/src/kmk/commands.h
- Timestamp:
- Nov 2, 2008 5:43:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/commands.h
r1993 r2024 42 42 # define COMMANDS_NOTPARALLEL 32 /* kmk: The commands must be executed alone. */ 43 43 # define COMMANDS_NO_COMMANDS 64 /* kmk: No commands. */ 44 #endif 44 #endif 45 45 #ifdef CONFIG_WITH_KMK_BUILTIN 46 46 # define COMMANDS_KMK_BUILTIN 128 /* kmk: kmk builtin command. */ … … 54 54 void delete_child_targets (struct child *child); 55 55 void chop_commands (struct commands *cmds); 56 #if defined(CONFIG_WITH_COMMANDS_FUNC) || defined (CONFIG_WITH_DOT_MUST_MAKE) 57 void set_file_variables (struct file *file, int called_early); 58 #else 56 59 void set_file_variables (struct file *file); 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.