build: add -E to sudo invocation in top-level Makefile 82/29582/3
authorDamjan Marion <damarion@cisco.com>
Wed, 21 Oct 2020 21:55:08 +0000 (23:55 +0200)
committerDamjan Marion <dmarion@me.com>
Thu, 22 Oct 2020 10:33:03 +0000 (10:33 +0000)
Type: make
Change-Id: I447c6082bfe4aa549e6a7ebc156b657419fc608c
Signed-off-by: Damjan Marion <damarion@cisco.com>
Makefile

index 44cddc1..3bdba65 100644 (file)
--- 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
 
 ,:=,