Makefile: cleanup: drop time measurement. 35/12735/12
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 27 Apr 2016 14:15:21 +0000 (16:15 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 2 May 2016 14:49:10 +0000 (14:49 +0000)
This is now covered by Jenkins for automatic builds, and not
relevant for manual builds.

Change-Id: I539a7311fa9689405acdfcd05773fd5aaa81fbb0
(cherry picked from commit f4cf022ab567ce7f341ed5ef8c6b33f7d48d6963)

Makefile

index a9261c5..c59f830 100644 (file)
--- 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= \