Changeset 217 for trunk/src/gmake/main.c
- Timestamp:
- Feb 8, 2005, 8:22:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/main.c
r160 r217 458 458 int posix_pedantic; 459 459 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. */ 462 463 463 464 int not_parallel;
Note:
See TracChangeset
for help on using the changeset viewer.