Changeset 352 for trunk/src/gmake/commands.h
- Timestamp:
- Dec 12, 2005, 4:07:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/commands.h
r287 r352 36 36 #define COMMANDS_SILENT 2 /* Silent: @. */ 37 37 #define COMMANDS_NOERROR 4 /* No errors: -. */ 38 #define COMMANDS_NOTPARALLEL 32 /* kmk: the commands must be executed alone. */ 39 #define COMMANDS_BUILTIN 64 /* kmk: builtin command. */ 38 #define COMMANDS_NOTPARALLEL 32 /* kmk: the commands must be executed alone. */ 39 #define COMMANDS_BUILTIN 64 /* kmk: builtin command. */ 40 #define COMMANDS_NO_COMMANDS 128 /* kmk: No commands. */ 40 41 41 42 extern void execute_file_commands PARAMS ((struct file *file));
Note:
See TracChangeset
for help on using the changeset viewer.