aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2020-10-21 23:55:08 +0200
committerDamjan Marion <dmarion@me.com>2020-10-22 10:33:03 +0000
commit8950c272550098c544976668a943b7a5bd05de91 (patch)
tree2ac30faf939f3489ecf212d686d52940cea743c6
parent784bbcce05c545c3ef74c950d9d1e027c5e2c891 (diff)
build: add -E to sudo invocation in top-level Makefile
Type: make Change-Id: I447c6082bfe4aa549e6a7ebc156b657419fc608c Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
,:=,