aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-12 16:06:42 +0100
committerLoïc Hoguin <[email protected]>2015-01-12 16:06:42 +0100
commitca2911d303ddab7ebfe52b76a137b04de0866703 (patch)
tree97d8048add4c03c31686a4b773132e5daa129a40
parent1729811327320b0f64e54331d3f469399c6898da (diff)
parent8af5ab5d7a415d0f41701a663c241fee89d2f6fa (diff)
downloaderlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.tar.gz
erlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.tar.bz2
erlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.zip
Merge branch 'prevent-elvis-clean' of https://github.com/danielwhite/erlang.mk
-rw-r--r--erlang.mk4
-rw-r--r--plugins/elvis.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/erlang.mk b/erlang.mk
index e7afbb8..5ac12d8 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -990,10 +990,6 @@ help::
"Elvis targets:" \
" elvis Run Elvis using the local elvis.config or download the default otherwise"
-ifneq ($(wildcard $(ELVIS_CONFIG)),)
-rel:: distclean-elvis
-endif
-
distclean:: distclean-elvis
# Plugin-specific targets.
diff --git a/plugins/elvis.mk b/plugins/elvis.mk
index 341038f..580e2f5 100644
--- a/plugins/elvis.mk
+++ b/plugins/elvis.mk
@@ -21,10 +21,6 @@ help::
"Elvis targets:" \
" elvis Run Elvis using the local elvis.config or download the default otherwise"
-ifneq ($(wildcard $(ELVIS_CONFIG)),)
-rel:: distclean-elvis
-endif
-
distclean:: distclean-elvis
# Plugin-specific targets.