On 29/03/2017 5:38 PM, Bruce Richardson wrote:
Since performance-thread example app is now built as part of make examples
we don't need a special case line for it in testbuild.sh script
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
---
devtools/test-build.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devtools/test-build.sh b/devtools/test-build.sh
index 5fed4c1..a38ffab 100755
--- a/devtools/test-build.sh
+++ b/devtools/test-build.sh
@@ -237,9 +237,6 @@ for conf in $configs ; do
EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \
O=$(readlink -m $dir/examples)
! echo $target | grep -q '^x86_64' || \
- make -j$J -sC examples/performance-thread \
- EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \
- O=$(readlink -m $dir/examples/performance-thread)
unset RTE_TARGET
echo "################## $dir done."
unset dir
Acked-by: Declan Doherty <declan.dohe...@intel.com>