org.eclipse.cdt.make.core.makefile.gnu
Interface INotParallelRule
- All Superinterfaces:
- IDirective, IParent, IRule, ISpecialRule
- All Known Implementing Classes:
- NotParallelRule
public interface INotParallelRule
- extends ISpecialRule
.NOTPARALLEL
If `.NOTPARALLEL' is mentioned as a target, then this invocation of
`make' will be run serially, even if the `-j' option is given.
Any recursively invoked `make' command will still be run in
parallel (unless its makefile contains this target). Any
prerequisites on this target are ignored.