- Timestamp:
- Apr 14, 2007 11:39:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/job.c
r875 r876 1070 1070 actual line, after expansion. */ 1071 1071 child->file->cmds->lines_flags[child->command_line - 1] 1072 #ifdef CONFIG_WITH_KMK_BUILTIN1073 |= flags & (COMMANDS_RECURSE | COMMANDS_KMK_BUILTIN);1074 #else1075 1072 |= flags & COMMANDS_RECURSE; 1076 #endif1077 1073 1078 1074 /* Figure out an argument list from this command line. */
Note:
See TracChangeset
for help on using the changeset viewer.