aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-06-09 12:59:26 +0200
committerLoïc Hoguin <[email protected]>2016-06-09 12:59:26 +0200
commitb48618d362d24248035e87a0bc1a3a22ad5a3dd9 (patch)
tree21635341ff55ad718d5e4e830142f370edf04a6d /core
parent86b9b5a1a51e35f9b50c66ad3249c934c548f1e2 (diff)
downloaderlang.mk-b48618d362d24248035e87a0bc1a3a22ad5a3dd9.tar.gz
erlang.mk-b48618d362d24248035e87a0bc1a3a22ad5a3dd9.tar.bz2
erlang.mk-b48618d362d24248035e87a0bc1a3a22ad5a3dd9.zip
Clean up output from a previous commit
Diffstat (limited to 'core')
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 079e41c..2527c03 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -53,7 +53,7 @@ deps::
else
deps:: $(ALL_DEPS_DIRS)
ifndef IS_APP
- for dep in $(ALL_APPS_DIRS) ; do \
+ $(verbose) for dep in $(ALL_APPS_DIRS) ; do \
mkdir -p $$dep/ebin; \
done
$(verbose) for dep in $(ALL_APPS_DIRS) ; do \