VCL: refactor VCL_LDPRELOAD env vars.
- Update vcl-ldpreload references to use $WS_ROOT. Change-Id: I8e79f7c5e330eda6548a2baf84613b0a4d360811 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:

committed by
Florin Coras

parent
556033a069
commit
68a40c868d
@@ -1,5 +1,3 @@
|
||||
export VCL_BASE=$PWD/../../..
|
||||
export VPP_DIR=$VCL_BASE/vpp
|
||||
export LDP_DIR=$VCL_BASE/vpp/extras
|
||||
export WS_ROOT=$VCL_BASE/vpp
|
||||
export VCL_LDPRELOAD_LIB_DIR=$LDP_DIR/vcl-ldpreload/src/.libs
|
||||
export VPP_DIR=$WS_ROOT
|
||||
export LDP_DIR=$WS_ROOT/extras/vcl-ldpreload
|
||||
export VCL_LDPRELOAD_LIB_DIR=$LDP_DIR/src/.libs
|
||||
|
Reference in New Issue
Block a user