Changeset 352 in kBuild for trunk/src/gmake/job.c
- Timestamp:
- Dec 12, 2005 3:07:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/src/gmake/job.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/job.c
r287 r352 1493 1493 if (c->file->command_flags & COMMANDS_NOTPARALLEL) 1494 1494 { 1495 DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s')\n"), not_parallel, not_parallel + 1, c->file, c->file->name)); 1495 1496 assert(not_parallel == 0); 1496 DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s')\n"), not_parallel, not_parallel + 1, c->file, c->file->name));1497 1497 ++not_parallel; 1498 1498 }
Note:
See TracChangeset
for help on using the changeset viewer.

