Changeset 352 for trunk/src/gmake/job.c


Ignore:
Timestamp:
Dec 12, 2005, 4:07:31 AM (20 years ago)
Author:
bird
Message:

Fixed not_parallel assertion in notice_finished_file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/job.c

    r287 r352  
    14931493  if (c->file->command_flags & COMMANDS_NOTPARALLEL)
    14941494    {
     1495      DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s')\n"), not_parallel, not_parallel + 1, c->file, c->file->name));
    14951496      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));
    14971497      ++not_parallel;
    14981498    }
Note: See TracChangeset for help on using the changeset viewer.