aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/cover.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-06-17 21:02:13 +0200
committerLoïc Hoguin <[email protected]>2015-06-17 21:02:13 +0200
commit0db3d2497a933796684350c5905f7c9f3990426e (patch)
treed028323fd2e5c5d6dec9097e5d8a3bbd08e8bb7a /plugins/cover.mk
parent8fb1a7d213f3aad30e3761c5e4b5760160de21f4 (diff)
downloaderlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.tar.gz
erlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.tar.bz2
erlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.zip
Remove unneeded variables from cover.mk
Diffstat (limited to 'plugins/cover.mk')
-rw-r--r--plugins/cover.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/cover.mk b/plugins/cover.mk
index bd94051..1ec4a52 100644
--- a/plugins/cover.mk
+++ b/plugins/cover.mk
@@ -3,11 +3,6 @@
COVER_REPORT_DIR = cover
-# utility variables for representing special symbols
-empty :=
-space := $(empty) $(empty)
-comma := ,
-
# Hook in coverage to eunit
ifdef COVER
@@ -25,7 +20,6 @@ endif
ifdef COVER
ifdef CT_RUN
-
# All modules in 'ebin'
COVER_MODS = $(notdir $(basename $(shell echo ebin/*.beam)))