From: Damjan Marion Date: Wed, 21 Oct 2020 21:55:08 +0000 (+0200) Subject: build: add -E to sudo invocation in top-level Makefile X-Git-Tag: v21.06-rc0~292 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8950c272550098c544976668a943b7a5bd05de91;p=vpp.git build: add -E to sudo invocation in top-level Makefile Type: make Change-Id: I447c6082bfe4aa549e6a7ebc156b657419fc608c Signed-off-by: Damjan Marion --- diff --git a/Makefile b/Makefile index 44cddc13cad..3bdba65a8e5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ PLATFORM?=vpp SAMPLE_PLUGIN?=no STARTUP_DIR?=$(PWD) MACHINE=$(shell uname -m) -SUDO?=sudo +SUDO?=sudo -E DPDK_CONFIG?=no-pci ,:=,