Changeset 520 in kBuild for trunk/src/gmake/commands.c
- Timestamp:
- Sep 16, 2006 4:56:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/commands.c
r503 r520 361 361 /* check if kmk builtin command */ 362 362 if (!strncmp(p, "kmk_builtin_", sizeof("kmk_builtin_") - 1)) 363 flags |= COMMANDS_ BUILTIN;363 flags |= COMMANDS_KMK_BUILTIN; 364 364 #endif 365 365 … … 388 388 { 389 389 /* If there are no commands, assume everything worked. */ 390 #ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL 390 391 file->command_flags |= COMMANDS_NO_COMMANDS; 392 #endif 391 393 set_command_state (file, cs_running); 392 394 file->update_status = 0;
Note:
See TracChangeset
for help on using the changeset viewer.