Changeset 765 in kBuild for trunk/src/gmake/commands.c
- Timestamp:
- Jan 19, 2007 1:52:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/commands.c
r520 r765 355 355 /* If no explicit '+' was given, look for MAKE variable references. */ 356 356 if (!(flags & COMMANDS_RECURSE) 357 #ifndef KMK 357 358 && (strstr (p, "$(MAKE)") != 0 || strstr (p, "${MAKE}") != 0)) 359 #else 360 && (strstr (p, "$(KMK)") != 0 || strstr (p, "${KMK}") != 0 || 361 strstr (p, "${MAKE}") != 0 || strstr (p, "${MAKE}") != 0)) 362 #endif 358 363 flags |= COMMANDS_RECURSE; 359 364 … … 390 395 #ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL 391 396 file->command_flags |= COMMANDS_NO_COMMANDS; 392 #endif 397 #endif 393 398 set_command_state (file, cs_running); 394 399 file->update_status = 0;
Note:
See TracChangeset
for help on using the changeset viewer.