Changeset 217 for trunk/src/gmake/main.c


Ignore:
Timestamp:
Feb 8, 2005, 8:22:20 AM (20 years ago)
Author:
bird
Message:

More proper .NOTPARALLEL.

File:
1 edited

Legend:

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

    r160 r217  
    458458int posix_pedantic;
    459459
    460 /* Nonzero if we have seen the `.NOTPARALLEL' target.
    461    This turns off parallel builds for this invocation of make.  */
     460/* Nonzero if we have seen the `.NOTPARALLEL' target with empty dependency list.
     461   Incremented while executing targets `.NOTPARALLEL' is depending on.
     462   This temporarily or permanently turns off parallel builds. */
    462463
    463464int not_parallel;
Note: See TracChangeset for help on using the changeset viewer.