about summary refs log tree commit diff
path: root/tracing.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-06T09·59+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-06T10·30+0100
commit4161fce472a8875427e73776d0e8665ca49c1835 (patch)
treef6f99a40ef0f4e5a742e29a41c8ba3bf3d298e15 /tracing.mk
parent0da82efa5d67ab1eb8b8cc066704d7f863451d5b (diff)
Create the target directory of libraries and programs
Diffstat (limited to 'tracing.mk')
-rw-r--r--tracing.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracing.mk b/tracing.mk
index 08c4ec106656..13912d3c7821 100644
--- a/tracing.mk
+++ b/tracing.mk
@@ -10,6 +10,7 @@ ifeq ($(V), 0)
   trace-install = @echo "  INST  " $@;
   trace-javac   = @echo "  JAVAC " $@;
   trace-jar     = @echo "  JAR   " $@;
+  trace-mkdir   = @echo "  MKDIR " $@;
 
   suppress  = @