aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-04-26 18:19:47 +0200
committerDave Barach <openvpp@barachs.net>2016-04-26 19:36:59 +0000
commit6b1d7c55d694fc6c0a262d6e1279fe207164e1b5 (patch)
tree79622b4c74657ba3372d5ba600b50e85b5ccc95b /Makefile
parentfa6935594d61f7dbd1af61f684139eeb8b1b59e5 (diff)
Make automake silent rules default
Change-Id: Ia504ccdac1deac20f20cf7fb76f78b2d8c505474 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd1d0ff9..a222567e 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