diff options
author | Damjan Marion <damarion@cisco.com> | 2020-10-21 23:55:08 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-10-22 10:33:03 +0000 |
commit | 8950c272550098c544976668a943b7a5bd05de91 (patch) | |
tree | 2ac30faf939f3489ecf212d686d52940cea743c6 | |
parent | 784bbcce05c545c3ef74c950d9d1e027c5e2c891 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ,:=, |