diff options
author | 2018-04-17 05:52:17 +0000 | |
---|---|---|
committer | 2018-04-17 05:52:17 +0000 | |
commit | 3482d1e7ba5af1be6ea29b73357b9ed6dc9b8c7c (patch) | |
tree | 7bffcd41119b897f598cab465fe2325a5f102956 /scripts/build.sh | |
parent | ef7e97be61adf3d1396d5c2190727a774a599e28 (diff) | |
parent | 93dc160746cc40b7b7411476a9d12c8876e6cf1b (diff) |
Merge "removing unwanted command"
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x[-rw-r--r--] | scripts/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 9240061..594af7f 100644..100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -112,6 +112,4 @@ rm -rf * cmake -D DMM_DPDK_INSTALL_DIR=$DPDK_INSTALL_PATH .. make -j 8 -#DPDK install path need to be updated below if it is changed -sed -i 's!export DPDK_INSTALL_PATH.*!export DPDK_INSTALL_PATH="/root/dpdk_install/tmp/"!1' ../thirdparty/stackpool/release/script/nstack_var.sh echo "DMM build finished....." |