aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-04-27 16:15:21 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-04-27 16:15:58 +0200
commitf4cf022ab567ce7f341ed5ef8c6b33f7d48d6963 (patch)
treef780fd8c85655517f19581de9e1cc3200c080b70 /Makefile
parente96eb8a9d8a0ed76908418190ea02013a4564268 (diff)
Makefile: cleanup: drop time measurement.
This is now covered by Jenkins for automatic builds, and not relevant for manual builds. Change-Id: I539a7311fa9689405acdfcd05773fd5aaa81fbb0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9261c56..c59f8304 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ endif
build:
cd ${root}/upstream/fuel/build && \
- time make \
+ make \
BUILD_FUEL_PLUGINS=f_odlpluginbuild \
FUEL_MAIN_REPO=${root}/upstream/fuel-main \
FUEL_MAIN_TAG= \