summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-22 14:37:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-22 14:37:07 -0400
commit3e636fad315b719b880655e3eec039b45204f14c (patch)
treea723ab26e71f39014050aa709a250f222898dcdc /rules
parent95492ebd7240cacf1cf8305414f10462707a7284 (diff)
add .SECONDARY: to rules/*/Makefile
Diffstat (limited to 'rules')
-rw-r--r--rules/asm1/Makefile1
-rw-r--r--rules/asm2/Makefile1
-rw-r--r--rules/atinject-javax.inject/Makefile1
-rw-r--r--rules/bnd/Makefile1
-rw-r--r--rules/common-osgi/Makefile1
-rw-r--r--rules/generic/Makefile1
-rw-r--r--rules/groovy/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
-rw-r--r--rules/ow-util-ant-tasks/Makefile1
12 files changed, 12 insertions, 0 deletions
diff --git a/rules/asm1/Makefile b/rules/asm1/Makefile
index 32894c1..7a2bf67 100644
--- a/rules/asm1/Makefile
+++ b/rules/asm1/Makefile
@@ -47,3 +47,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/asm2/Makefile b/rules/asm2/Makefile
index 2024107..1e7a03b 100644
--- a/rules/asm2/Makefile
+++ b/rules/asm2/Makefile
@@ -59,3 +59,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/atinject-javax.inject/Makefile b/rules/atinject-javax.inject/Makefile
index 2d00d7f..2180d8c 100644
--- a/rules/atinject-javax.inject/Makefile
+++ b/rules/atinject-javax.inject/Makefile
@@ -38,3 +38,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/bnd/Makefile b/rules/bnd/Makefile
index 60eb1ca..c6f7a63 100644
--- a/rules/bnd/Makefile
+++ b/rules/bnd/Makefile
@@ -49,3 +49,4 @@ $(foreach subdir,$(subdirs),$(eval $(call recurse-rule,$(subdir))))
.PHONY: PHONY FORCE
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/common-osgi/Makefile b/rules/common-osgi/Makefile
index 30eb1f7..3b06ea1 100644
--- a/rules/common-osgi/Makefile
+++ b/rules/common-osgi/Makefile
@@ -33,3 +33,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/generic/Makefile b/rules/generic/Makefile
index da28404..025523d 100644
--- a/rules/generic/Makefile
+++ b/rules/generic/Makefile
@@ -125,3 +125,4 @@ $(foreach subdir,$(subdirs),$(eval $(call recurse-rule,$(subdir))))
.PHONY: PHONY FORCE
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/groovy/Makefile b/rules/groovy/Makefile
index d7e8d3a..d78d19c 100644
--- a/rules/groovy/Makefile
+++ b/rules/groovy/Makefile
@@ -37,3 +37,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/javassist/Makefile b/rules/javassist/Makefile
index a629c6e..8786492 100644
--- a/rules/javassist/Makefile
+++ b/rules/javassist/Makefile
@@ -33,3 +33,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/jdom1/Makefile b/rules/jdom1/Makefile
index 9323331..40381a2 100644
--- a/rules/jdom1/Makefile
+++ b/rules/jdom1/Makefile
@@ -33,3 +33,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/jflex/Makefile b/rules/jflex/Makefile
index 4935de7..845749f 100644
--- a/rules/jflex/Makefile
+++ b/rules/jflex/Makefile
@@ -63,3 +63,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/jsr305/Makefile b/rules/jsr305/Makefile
index 0e4c77c..70c4a51 100644
--- a/rules/jsr305/Makefile
+++ b/rules/jsr305/Makefile
@@ -31,3 +31,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY:
diff --git a/rules/ow-util-ant-tasks/Makefile b/rules/ow-util-ant-tasks/Makefile
index a93261b..40273f3 100644
--- a/rules/ow-util-ant-tasks/Makefile
+++ b/rules/ow-util-ant-tasks/Makefile
@@ -24,3 +24,4 @@ clean: PHONY
.PHONY: PHONY
.DELETE_ON_ERROR:
+.SECONDARY: