From 8af5ab5d7a415d0f41701a663c241fee89d2f6fa Mon Sep 17 00:00:00 2001 From: Daniel White Date: Sun, 11 Jan 2015 19:13:54 +1100 Subject: Prevent 'make all' from removing elvis Given that 'make all' is the default build, it seems surprising to delete this without an explicit request for a 'distclean'. --- erlang.mk | 4 ---- plugins/elvis.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/erlang.mk b/erlang.mk index b943618..4e3437b 100644 --- a/erlang.mk +++ b/erlang.mk @@ -943,10 +943,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. -- cgit v1.2.3