aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-10 12:18:30 +0100
committerLoïc Hoguin <[email protected]>2015-01-10 12:19:43 +0100
commit098aa65854199fe1f58e4bd870f948bdd597741a (patch)
tree522a981e54b5b1719171e52a2560a1f6e7b7bdfc /erlang.mk
parentc458582b1bd6d7f221befb5e461a1e15da7f32d2 (diff)
downloaderlang.mk-098aa65854199fe1f58e4bd870f948bdd597741a.tar.gz
erlang.mk-098aa65854199fe1f58e4bd870f948bdd597741a.tar.bz2
erlang.mk-098aa65854199fe1f58e4bd870f948bdd597741a.zip
Improve the target 'all'
No more plugin stuff creeping into core.
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/erlang.mk b/erlang.mk
index 73948a7..c78c4be 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -38,13 +38,13 @@ ifneq ($(words $(MAKECMDGOALS)),1)
.NOTPARALLEL:
endif
-all::
- @$(MAKE) --no-print-directory deps
+all:: deps
@$(MAKE) --no-print-directory app
-# @todo Plugin stuff creeping inside Core, not good.
-ifneq ($(wildcard $(RELX_CONFIG)),)
@$(MAKE) --no-print-directory rel
-endif
+
+# Noop to avoid a Make warning when there's nothing to do.
+rel::
+ @echo -n
clean::
$(gen_verbose) rm -f erl_crash.dump