From f4cf022ab567ce7f341ed5ef8c6b33f7d48d6963 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 27 Apr 2016 16:15:21 +0200 Subject: Makefile: cleanup: drop time measurement. This is now covered by Jenkins for automatic builds, and not relevant for manual builds. Change-Id: I539a7311fa9689405acdfcd05773fd5aaa81fbb0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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= \ -- cgit 1.2.3-korg