From ab232e882899be8b7387f9e191613b6decf295b7 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Mon, 17 Jul 2017 14:39:25 +0200 Subject: [PATCH] Remove hardcoded unconditional measurement of target build time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fdb2cab3f..7e143be7c6 100644 --- a/Makefile +++ b/Makefile @@ -338,7 +338,7 @@ targets-group-rest: $(GROUP_OTHER_TARGETS) $(VALID_TARGETS): $(V0) @echo "Building $@" && \ - time $(MAKE) binary hex TARGET=$@ && \ + $(MAKE) binary hex TARGET=$@ && \ echo "Building $@ succeeded." $(SKIP_TARGETS):