summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:59:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:59:16 -0400
commitcc489ef4c6ba0b0ddda689bfde817f58744951d8 (patch)
treee0aefdb9e48c009326f4f25d1cf368fd4e89b1c8 /rules
parentb08c7e74704baff24972f30a1b273ccc11b3a367 (diff)
rules/*/Makefile: add .DELETE_ON_ERROR
Diffstat (limited to 'rules')
-rw-r--r--rules/atinject-javax.inject/Makefile1
-rw-r--r--rules/javassist/Makefile1
-rw-r--r--rules/jdom1/Makefile1
-rw-r--r--rules/jflex/Makefile1
-rw-r--r--rules/jsr305/Makefile1
5 files changed, 5 insertions, 0 deletions
diff --git a/rules/atinject-javax.inject/Makefile b/rules/atinject-javax.inject/Makefile
index 69e45bb..2d00d7f 100644
--- a/rules/atinject-javax.inject/Makefile
+++ b/rules/atinject-javax.inject/Makefile
@@ -37,3 +37,4 @@ clean: PHONY
$(RM) -r build
.PHONY: PHONY
+.DELETE_ON_ERROR:
diff --git a/rules/javassist/Makefile b/rules/javassist/Makefile
index d0f9766..a629c6e 100644
--- a/rules/javassist/Makefile
+++ b/rules/javassist/Makefile
@@ -32,3 +32,4 @@ clean: PHONY
$(RM) -r target javassist.jar
.PHONY: PHONY
+.DELETE_ON_ERROR:
diff --git a/rules/jdom1/Makefile b/rules/jdom1/Makefile
index f147673..9323331 100644
--- a/rules/jdom1/Makefile
+++ b/rules/jdom1/Makefile
@@ -32,3 +32,4 @@ clean: PHONY
$(RM) -r dist-$(version) */build
.PHONY: PHONY
+.DELETE_ON_ERROR:
diff --git a/rules/jflex/Makefile b/rules/jflex/Makefile
index 1aadb5a..4db4db2 100644
--- a/rules/jflex/Makefile
+++ b/rules/jflex/Makefile
@@ -62,3 +62,4 @@ clean: PHONY
$(RM) -r build
.PHONY: PHONY
+.DELETE_ON_ERROR:
diff --git a/rules/jsr305/Makefile b/rules/jsr305/Makefile
index f84cc6b..0e4c77c 100644
--- a/rules/jsr305/Makefile
+++ b/rules/jsr305/Makefile
@@ -30,3 +30,4 @@ clean: PHONY
$(RM) -r build
.PHONY: PHONY
+.DELETE_ON_ERROR: