Uses of Interface
org.eclipse.cdt.make.core.makefile.gnu.IDeleteOnErrorRule

Packages that use IDeleteOnErrorRule
org.eclipse.cdt.make.internal.core.makefile.gnu   
 

Uses of IDeleteOnErrorRule in org.eclipse.cdt.make.internal.core.makefile.gnu
 

Classes in org.eclipse.cdt.make.internal.core.makefile.gnu that implement IDeleteOnErrorRule
 class DeleteOnErrorRule
          .DELETE_ON_ERROR If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the makefile, then `make' will delete the target of a rule if it has changed and its commands exit with a nonzero exit status, just as it does when it receives a signal.