From 6b1d7c55d694fc6c0a262d6e1279fe207164e1b5 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 26 Apr 2016 18:19:47 +0200 Subject: Make automake silent rules default Change-Id: Ia504ccdac1deac20f20cf7fb76f78b2d8c505474 Signed-off-by: Damjan Marion --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd1d0ff9d4d..a222567ee1a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ WS_ROOT=$(CURDIR) BR=$(WS_ROOT)/build-root CCACHE_DIR?=$(BR)/.ccache -V?=0 GDB?=gdb PLATFORM?=vpp @@ -119,7 +118,7 @@ else endif define make - @make -C $(BR) V=$(V) PLATFORM=$(PLATFORM) TAG=$(1) $(2) + @make -C $(BR) PLATFORM=$(PLATFORM) TAG=$(1) $(2) endef build: $(BR)/.bootstrap.ok -- cgit 1.2.3-korg