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