From 8950c272550098c544976668a943b7a5bd05de91 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 21 Oct 2020 23:55:08 +0200 Subject: [PATCH] build: add -E to sudo invocation in top-level Makefile Type: make Change-Id: I447c6082bfe4aa549e6a7ebc156b657419fc608c Signed-off-by: Damjan Marion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ,:=, -- 2.16.6