summaryrefslogtreecommitdiffstats
path: root/linux_dpdk/b
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-06-24 14:08:10 +0300
committerHanoh Haim <hhaim@cisco.com>2015-06-24 14:08:10 +0300
commit1036035752eda75b8752e9e18841e73e871bf683 (patch)
treeff556a36d343c193fb7b737f8b0d6b86b5d96359 /linux_dpdk/b
parent8b52a31ed2c299b759f330c4f976b9c70f5765f4 (diff)
add scripts
Diffstat (limited to 'linux_dpdk/b')
-rwxr-xr-xlinux_dpdk/b7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux_dpdk/b b/linux_dpdk/b
new file mode 100755
index 00000000..ba89556f
--- /dev/null
+++ b/linux_dpdk/b
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+export WAFLOCK=.lock-wafbuild_dpdk
+python2.7 waf-1.6.8 $@
+sts=$?
+exit $sts
+