Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bbb25c8
)
Building script: verify 'LDD' key exists
21/4021/1
author
Yaroslav Brustinov
<
[email protected]
>
Sun, 27 Nov 2016 11:37:03 +0000
(13:37 +0200)
committer
Yaroslav Brustinov
<
[email protected]
>
Sun, 27 Nov 2016 11:37:03 +0000
(13:37 +0200)
Signed-off-by: Yaroslav Brustinov <
[email protected]
>
linux_dpdk/ws_main.py
patch
|
blob
|
history
diff --git
a/linux_dpdk/ws_main.py
b/linux_dpdk/ws_main.py
index
b89328a
..
28a8f4c
100755
(executable)
--- a/
linux_dpdk/ws_main.py
+++ b/
linux_dpdk/ws_main.py
@@
-101,6
+101,8
@@
def options(opt):
def check_ibverbs_deps(bld):
+ if 'LDD' not in bld.env or not len(bld.env['LDD']):
+ bld.fatal('Please run configure. Missing key LDD.')
cmd = '%s %s/external_libs/ibverbs/libibverbs.so' % (bld.env['LDD'][0], top)
ret, out = getstatusoutput(cmd)
if ret or not out: