Ignore:
Timestamp:
Aug 16, 2011, 6:51:56 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Reverted r976 and reapplied r804.

Adding dependencies to Makefiles themselves doesn't solve all
problems since sometimes the proper .prl file is created not at
the relevant subdir target's Makefile generation time but at a later
stage, when that subdir is built (which may also involve nested
subdirs). So we simply disable parallelism for subdirs Makefiles
at all again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/os2/gnumake.cpp

    r977 r992  
    360360    else if(project->first("TEMPLATE") == "subdirs") {
    361361        writeSubDirs(t);
     362
     363
     364
     365
     366
     367
     368
     369
     370
     371
     372
     373
     374
     375
     376
     377
     378
     379
     380
     381
     382
    362383        return true;
    363384    }
Note: See TracChangeset for help on using the changeset viewer.