dpdkbuild: improve portability
Default to the more common Linux/GNU 'sed' edit in-place argument, unless the platform is FreeBSD. Tested by visually checking rte_build_config.h to confirm that the sed in-place worked correctly. Signed-off-by: Nick Connolly <nick.connolly@mayadata.io> Change-Id: I68be69658930fb20318ac3aa2413bbf4a358e9bc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6531 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
9c6548838a
commit
81525cc449
@ -121,7 +121,7 @@ DPDK_ALL_DRIVER_DIRS = $(shell find $(SPDK_ROOT_DIR)/dpdk/drivers -mindepth 1 -t
|
||||
DPDK_ALL_DRIVERS = $(DPDK_ALL_DRIVER_DIRS:$(SPDK_ROOT_DIR)/dpdk/drivers/%=%)
|
||||
DPDK_DISABLED_DRVERS = $(filter-out $(DPDK_DRIVERS),$(DPDK_ALL_DRIVERS))
|
||||
|
||||
ifeq ($(OS),Linux)
|
||||
ifneq ($(OS),FreeBSD)
|
||||
SED_INPLACE_FLAG = "-i"
|
||||
MESON_PREFIX = $(SPDK_ROOT_DIR)/dpdk/build
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user