summaryrefslogtreecommitdiffstats
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
parentfa6935594d61f7dbd1af61f684139eeb8b1b59e5 (diff)
Make automake silent rules default
Change-Id: Ia504ccdac1deac20f20cf7fb76f78b2d8c505474 Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--Makefile3
-rwxr-xr-xbuild-root/scripts/make-plugin-toolkit2
-rw-r--r--svm/configure.ac2
-rw-r--r--vlib-api/configure.ac2
-rw-r--r--vlib/configure.ac2
-rw-r--r--vnet/configure.ac2
-rw-r--r--vpp-api/configure.ac2
-rw-r--r--vpp-api/java/configure.ac2
-rw-r--r--vpp/configure.ac2
-rw-r--r--vppinfra/configure.ac2
10 files changed, 10 insertions, 11 deletions
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
diff --git a/build-root/scripts/make-plugin-toolkit b/build-root/scripts/make-plugin-toolkit
index 14e9eda26fe..e1d6fcfb01c 100755
--- a/build-root/scripts/make-plugin-toolkit
+++ b/build-root/scripts/make-plugin-toolkit
@@ -26,7 +26,7 @@ make PLATFORM=vpp sample-plugin-find-source
make PLATFORM=vpp TAG=vpp wipe-all
echo Build vpp forwarder production package
-make PLATFORM=vpp TAG=vpp V=0 strip_sumbols=yes install-packages
+make PLATFORM=vpp TAG=vpp strip_sumbols=yes install-packages
tmp_dir="`mktemp -d /tmp/plugin-XXXXXX`"
trap "rm -rf $tmp_dir" err
diff --git a/svm/configure.ac b/svm/configure.ac
index 8db5821420c..b3948176232 100644
--- a/svm/configure.ac
+++ b/svm/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(svm, 1.0)
LT_INIT
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AM_PROG_AS
AC_PROG_CC_C_O
diff --git a/vlib-api/configure.ac b/vlib-api/configure.ac
index b5f3157a876..ab21f894ea7 100644
--- a/vlib-api/configure.ac
+++ b/vlib-api/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(vlibapi, 1.0)
LT_INIT
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
diff --git a/vlib/configure.ac b/vlib/configure.ac
index 1a45d33ebbb..4f32a21ca9c 100644
--- a/vlib/configure.ac
+++ b/vlib/configure.ac
@@ -1,7 +1,7 @@
AC_INIT(vlib, 1.1)
LT_INIT
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
diff --git a/vnet/configure.ac b/vnet/configure.ac
index bc1922b9fa0..8f8b91f793c 100644
--- a/vnet/configure.ac
+++ b/vnet/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS(config/config.h)
LT_INIT
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
diff --git a/vpp-api/configure.ac b/vpp-api/configure.ac
index 31ee6656533..9f8c3ed3b21 100644
--- a/vpp-api/configure.ac
+++ b/vpp-api/configure.ac
@@ -3,7 +3,7 @@ LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SUBDIRS([java])
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AM_PROG_AS
AC_PROG_CC
diff --git a/vpp-api/java/configure.ac b/vpp-api/java/configure.ac
index 1607061d326..02f2570275d 100644
--- a/vpp-api/java/configure.ac
+++ b/vpp-api/java/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(vpp-japi, 1.0.0)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AM_PROG_AS
AC_PROG_CC
diff --git a/vpp/configure.ac b/vpp/configure.ac
index 5b72eea6e44..3eb7bb7cc91 100644
--- a/vpp/configure.ac
+++ b/vpp/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(vpp, 1.1)
AM_INIT_AUTOMAKE
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
AM_PROG_AS
AC_PROG_CC
diff --git a/vppinfra/configure.ac b/vppinfra/configure.ac
index 712186af39d..88720f717a1 100644
--- a/vppinfra/configure.ac
+++ b/vppinfra/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_HEADERS(config/config.h)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([gnu no-dist-gzip dist-bzip2])
-AM_SILENT_RULES
+AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC